treedata.table (version 0.1.0)

tail.treedata.table: Return the last part of an treedata.table object

Description

Return the last part of an treedata.table object

Usage

# S3 method for treedata.table
tail(x, ...)

Arguments

x

a treedata.table object

...

Additional arguments passed to head.data.table

Examples

Run this code
# NOT RUN {
data(anolis)
td <- as.treedata.table(anolis$phy, anolis$dat)
tail(td)
# }

Run the code above in your browser using DataCamp Workspace