To build interactive network visualizations you can use particular packages in r that are all using javascript libraries.
Interactive network diagram in r.
We ll use the phone call2 data in the navdata r package which is a list containing the nodes and the edges list prepared in the chapter ref network visualization essentials from the phone call data.
It allows to zoom hover nodes reorganize the layout and more.
And visualizing networks on geographic maps.
Start by loading the tidyverse r package and the phone call2 demo data sets.
The networkd3 package allows to build interactive network diagram directly from r.
It s compatible with shiny r markdown documents and rstudio viewer.
R can also be used to make interactive network graphs with the htmlwidgets framework that translates r code to javascript.
It covers data input and formats visualization basics parameters and layouts for one mode and bipartite graphs.
This is a comprehensive tutorial on network visualization with r.
This post begins with a short introduction to the basic vocabulary of network analysis followed by a discussion of the process for getting data into the proper structure for network analysis.
Load demo data sets and r package.
Our favorite package for this visualization task is visnetwork which uses vis js javascript library and is based on htmlwidgets.