View source: R/madantextnetwork.r
set.graph | R Documentation |
This function sets various attributes for a given graph object, including vertex degree and edge width.
set.graph(network)
network |
A graph object. |
The input graph object with added attributes: 'degree' for each vertex and 'width' for each edge. These attributes enhance the graph's visual representation and analytical capabilities.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.