View source: R/TimeTreesFunctions.R
| getDiffPoint | R Documentation |
getDiffPoint
getDiffPoint(
tree,
targetnode,
trait,
height = "height",
verbose = FALSE,
eo_adjust = FALSE,
eo_type = NULL
)
tree |
a treedata object, from getTimeTrees |
targetnode |
current node |
trait |
column name of the trait of interest |
height |
which height value to return |
verbose |
print out run info |
eo_adjust |
adjust heights using expectOccupancies (recommended, requires eo_type) |
eo_type |
if eo_adjust, trait value described by expectedOccupancies (typically state 1 of 2) |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.