powered by
Return the last part of an treedata.table object
# S3 method for treedata.table tail(x, ...)
Last part of an treedata.table object
a treedata.table object
Additional arguments passed to head.data.table
data(anolis) td <- as.treedata.table(anolis$phy, anolis$dat) tail(td)
Run the code above in your browser using DataLab