powered by
treedata
This function can be used to drop tips from tree and data; see slice.
slice
# S3 method for treedata slice_(.data, ..., .dots)
An object of class treedata
Integer row values
Pair/values of expressions coercible to lazy objects.
An object of class treedata.
# NOT RUN { data(anolis) td <- make.treedata(anolis$phy, anolis$dat) tdslice <- slice(td, 1:5) tdslice # }
Run the code above in your browser using DataLab