powered by
Nodes are traversed in the order that they should be stacked in a Muller plot. Each node appears exactly twice.
path_vector(edges)
A vector specifying the path.
Dataframe comprising an adjacency matrix, with column names "Parent" and "Identity"
Rob Noble, robjohnnoble@gmail.com
edges1 <- data.frame(Parent = c(1,1,1,3,3), Identity = 2:6) path_vector(edges1)
Run the code above in your browser using DataLab