newnode_csv | R Documentation |
newnode_csv
newnode_csv(indat = NULL, names_col = NULL, in_col = NULL,
out_col = NULL, clusters_col = NULL)
indat |
the input data.frame |
names_col |
the name of each edge (the boxes) |
in_col |
the name of the nodes that are inputs to each edge with comma seperated vals. whitespace will be stripped |
out_col |
the nodes that are outputs of each edge. |
clusters_col |
optional |
dataframe representation of the inputs and outputs
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.