path_vector | R Documentation |
Nodes are traversed in the order that they should be stacked in a Muller plot. Each node appears exactly twice.
path_vector(edges)
edges |
Dataframe comprising an adjacency matrix, with column names "Parent" and "Identity" |
A vector specifying the path.
Rob Noble, robjohnnoble@gmail.com
edges1 <- data.frame(Parent = c(1,1,1,3,3), Identity = 2:6) path_vector(edges1)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.