Node | R Documentation |
Create a Node given a unique identifier as either string, NodeId or numeric.
Node(
id,
x = numeric(),
y = numeric(),
color = NULL,
weight = NULL,
degree = NULL
)
id |
string, NodeId or numeric: 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. This only makes sense in the context of a network, and should not be provided in other contexts like when working w an individual node. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.