Packages for Data Visualisation

After analysing and structuring the network data, the next step is to visualise it.

The following package should be installed and loaded:

install.packages("visNetwork")   # for creating interactive network graphs
NoteOther tools

There are other packages for network visualisation in R (e.g. ggraph, ggplot2), but in this training we focus on visNetwork for its interactive capabilities.

visNetwork will be used later in the training to: