Node-class | R Documentation |
A class for representing nodes in a network
id
NodeId a unique identifier for the node
x
numeric value indicating the x coordinate of the node. Optional.
y
numeric value indicating the y coordinate of the node. Optional.
color
string or numeric that determines the color of the node. Optional.
weight
numeric value associated with the node, such as timestamp or other node-associated data. Optional.
degree
numeric value indicating the degree of the node
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.