getEdgeLabel | R Documentation |
The 'getEdgeLabel' function generates the labels of edges in a network upon names of the nodes in the network.
getEdgeLabel(node, sep = "-")
node |
A numeric or character vector, which contains the names of all nodes in a network. |
sep |
The seperation pattern. Default is "-". |
A character vector of all edge labels for each network.
getEdgeLabel(c(1:10, 12:20)) getEdgeLabel(paste("ROI", 1:5, sep = "")) # In COBRE data getEdgeLabel(c(1:74, 76:264))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.