SNAhelper is a RStudio-Addin that provides a graphical interface for network analysis and visualization.
Usage
SNAhelperGadget(graph)
SNAhelperAddin()
Value
SNAhelper returns a character vector with code.
Arguments
graph
An igraph object to visualize
Details
To run the addin, highlight an igraph-object in your current script and select SNAhelper from the Addins-menu within RStudio. After terminating the addin, a character string containing the code for visualization is inserted in your current script. Alternatively you can run it with SNAhelperGadget(graph) from the console.