Package: visNetwork 2.1.3

Benoit Thieurmel

visNetwork: Network Visualization using 'vis.js' Library

Provides an R interface to the 'vis.js' JavaScript charting library. It allows an interactive visualization of networks.

Authors:Almende B.V. and Contributors [aut, cph], Benoit Thieurmel [aut, cre]

visNetwork_2.1.3.tar.gz
visNetwork_2.1.3.zip(r-4.5)visNetwork_2.1.3.zip(r-4.4)visNetwork_2.1.3.zip(r-4.3)
visNetwork_2.1.3.tgz(r-4.4-any)visNetwork_2.1.3.tgz(r-4.3-any)
visNetwork_2.1.3.tar.gz(r-4.5-noble)visNetwork_2.1.3.tar.gz(r-4.4-noble)
visNetwork_2.1.3.tgz(r-4.4-emscripten)visNetwork_2.1.3.tgz(r-4.3-emscripten)
visNetwork.pdf |visNetwork.html
visNetwork/json (API)
NEWS

# Install 'visNetwork' in R:
install.packages('visNetwork', repos = c('https://datastorm-open.r-universe.dev', 'https://cloud.r-project.org'))

Peer review:

Bug tracker:https://github.com/datastorm-open/visnetwork/issues

On CRAN:

15.10 score 545 stars 181 packages 3.9k scripts 44k downloads 49 mentions 71 exports 28 dependencies

Last updated 2 years agofrom:b69c254208. Checks:OK: 3 NOTE: 4. Indexed: yes.

TargetResultDate
Doc / VignettesOKOct 22 2024
R-4.5-winNOTEOct 22 2024
R-4.5-linuxNOTEOct 22 2024
R-4.4-winNOTEOct 22 2024
R-4.4-macNOTEOct 22 2024
R-4.3-winOKOct 22 2024
R-4.3-macOKOct 22 2024

Exports:%>%addExportaddFontAwesomeaddIoniconsrenderVisNetworktoVisNetworkDatavisClusteringByColorvisClusteringByConnectionvisClusteringByGroupvisClusteringByHubsizevisClusteringOutliersvisCollapsevisConfigurevisDocumentationvisEdgesvisEventsvisExportvisFitvisFocusvisGetBoundingBoxvisGetConnectedEdgesvisGetConnectedNodesvisGetEdgesvisGetNodesvisGetPositionsvisGetScalevisGetSelectedEdgesvisGetSelectedNodesvisGetSelectionvisGetViewPositionvisGroupsvisHclustvisHierarchicalLayoutvisIgraphvisIgraphLayoutvisInteractionvisLayoutvisLegendvisMoveNodevisNearestNodesvisNetworkvisNetworkEditorvisNetworkEditorServervisNetworkEditorUIvisNetworkOutputvisNetworkProxyvisNodesvisOptionsvisPhysicsvisRedrawvisRemoveEdgesvisRemoveNodesvisSavevisSelectEdgesvisSelectNodesvisSetDatavisSetOptionsvisSetSelectionvisSetTitlevisStabilizevisStartSimulationvisStopSimulationvisStorePositionsvisTreevisTreeEditorvisTreeModuleServervisTreeModuleUIvisUncollapsevisUnselectAllvisUpdateEdgesvisUpdateNodes

Dependencies:base64encbslibcachemclidigestevaluatefastmapfontawesomefsgluehighrhtmltoolshtmlwidgetsjquerylibjsonliteknitrlifecyclemagrittrmemoisemimeR6rappdirsrlangrmarkdownsasstinytexxfunyaml

Introduction to visNetwork

Rendered fromIntroduction-to-visNetwork.Rmdusingknitr::rmarkdownon Oct 22 2024.

Last update: 2021-09-29
Started: 2015-07-07

Readme and manuals

Help Manual

Help pageTopics
Export magrittr function%>%
Add libraries dependencies used in export visExportaddExport
Use fontAwesome icons in visNetwork 'graph'addFontAwesome
Use Ionicons in visNetwork 'graph'addIonicons
Network visualization clustering options - by colorvisClusteringByColor
Network visualization clustering options - by node idvisClusteringByConnection
Network visualization clustering options - by groupvisClusteringByGroup
Network visualization clustering options - by hubsizevisClusteringByHubsize
Network visualization clustering options - outliersvisClusteringOutliers
Network visualization configure optionsvisConfigure
View full documentation of vis.js on networkvisDocumentation
Network visualization edges optionsvisEdges
Network visualization eventsvisEvents
Network export configurationvisExport
Network visualization fit methodvisFit
Network visualization focus methodvisFocus
Method getBoundingBox, with shiny only.visGetBoundingBox
Method getConnectedEdges, with shiny only.visGetConnectedEdges
Method getConnectedNodes, with shiny only.visGetConnectedNodes
Function to get edges data, with shiny only.visGetEdges
Function to get nodes data, with shiny only.visGetNodes
Network visualization getPositions methodvisGetPositions
Function to get current scale of network, with shiny only.visGetScale
Function to get selected edges, with shiny only.visGetSelectedEdges
Function to get selected nodes, with shiny only.visGetSelectedNodes
Function to get selected edges & nodes, with shiny only.visGetSelection
Function to get current view position, with shiny only.visGetViewPosition
Network visualization groups optionsvisGroups
Visualize Hierarchical cluster analysis.visHclust visHclust.data.frame visHclust.default visHclust.dist visHclust.hclust
Network visualization Hierarchical layout optionsvisHierarchicalLayout
Use a igraph layout for compute coordinates & fast renderingvisIgraphLayout
Network visualization interactionvisInteraction
Network visualization layout optionsvisLayout
Add a legend on a visNetwork objectvisLegend
Network visualization moveNode methodvisMoveNode
Function to nearest nodes of a target node, with shiny only.visNearestNodes
Network visualizationvisNetwork
Network visualization collapse / uncollapsed methodvisCollapse visNetwork-collapse visUncollapse
Render a visNetwork object from an igraph objecttoVisNetworkData visIgraph visNetwork-igraph
Shiny bindings for visNetworkrenderVisNetwork visNetwork-shiny visNetworkOutput visNetworkProxy
Module shiny for visualize and customize a 'rpart' treevisNetwork-treeModule visTreeModuleServer visTreeModuleUI
Visualize, customize and get back a 'visNetwork' object. Need shiny packagevisNetworkEditor
Module shiny for visualize and customize and get back a 'visNetwork' object. Using the javascript interface visConfigure.visNetworkEditor-module visNetworkEditorServer visNetworkEditorUI
Network visualization nodes optionsvisNodes
Network visualization general optionsvisOptions
Network visualization Physics optionsvisPhysics
Network visualization redraw methodvisRedraw
Function to remove edges from network, with shiny only.visRemoveEdges
Function to remove nodes from network, with shiny only.visRemoveNodes
Save a a visNetwork object to an HTML filevisSave
Function to select edge(s) from network, with shiny only.visSelectEdges
Function to select node(s) from network, with shiny only.visSelectNodes
Network visualization setData methodvisSetData
Network visualization full options settervisSetOptions
Function to select edge(s) / node(s) from network, with shiny only.visSetSelection
Set title, subtitle, and footer using 'visNetworkProxy'visSetTitle
Network visualization stabilize methodvisStabilize
Network visualization startSimulation methodvisStartSimulation
Network visualization stopSimulation methodvisStopSimulation
Method storePositions, with shiny only.visStorePositions
Visualize Recursive Partitioning and Regression Trees (rpart object)visTree
Run and edit a visTree, and get back in RvisTreeEditor
Network visualization unselectAll methodvisUnselectAll
Function to update the information of edges, with shiny only.visUpdateEdges
Function to update the information of nodes, with shiny only.visUpdateNodes