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