Description Usage Arguments Value Examples
Find the position of a node in the MTG (which column it belongs to)
1 | find_MTG_node_column(MTG_node)
|
MTG_node |
An MTG node (e.g. "/Individual0") |
A parsed node in the form of a list of three:
the link
the name
and the index
1 2 3 4 5 6 7 | ## Not run:
# First column (last column is missing):
find_MTG_node_column(c("/P1","/A1",""))
# Node starts at column 2:
find_MTG_node_column(c("","/U1","<U2"))
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.