| tail.treedata.table | R Documentation |
Return the last part of an treedata.table object
## S3 method for class 'treedata.table'
tail(x, ...)
x |
a treedata.table object |
... |
Additional arguments passed to head.data.table |
Last part of an treedata.table object
data(anolis)
td <- as.treedata.table(anolis$phy, anolis$dat)
tail(td)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.