powered by
treedata
This function can be used to drop tips from tree and data; see slice.
slice
# S3 method for treedata slice(.data, ...)
An object of class treedata
Integer row values
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