move_down | R Documentation |
Returns the first Identity value in the sorted set of daughters. When parent has no daughters, returns the input Identity.
move_down(edges, parent)
edges |
Dataframe comprising an adjacency matrix, with column names "Parent" and "Identity" |
parent |
number or character string specifying whose daughter is to be found |
The daughter's Identity.
Rob Noble, robjohnnoble@gmail.com
move_up
move_right
edges1 <- data.frame(Parent = c(1,1,1,3,3), Identity = 2:6) move_down(edges1, 3)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.