Description Usage Arguments Value See Also Examples
View source: R/treeplyr_functions.R
This function can be used to drop tips from tree and data; see slice
.
1 2 | ## S3 method for class 'treedata'
slice(.data, ...)
|
.data |
An object of class |
... |
Integer row values |
An object of class treedata
.
1 2 3 4 | data(anolis)
td <- make.treedata(anolis$phy, anolis$dat)
tdslice <- slice(td, 1:5)
tdslice
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.