Description Usage Arguments Value
Create a full network picture from network data.
1 2 3 | createNetwork(userToken, inputNetwork, inputData, networkType,
size = "uniform", color = "nNameNew", label, legend = FALSE,
opacity = 1)
|
userToken |
A user-specific password to show user position on the plot. |
inputNetwork |
Input network in the form of Adjacency Matrix. |
inputData |
A data frame of attributes of nodes of inputNetwork. |
networkType |
Network type to be created. Either "FULL" or "SMALL". |
size |
Column used to define the size of nodes. (optional) |
color |
COlumn used to define color of nodes. (optional) |
label |
Column used to define label of nodes. |
legend |
Boolean variable to show/not show the legend. (optional) |
opacity |
opacity of nodes (optional) |
NetworkD3 dynamic graph.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.