powered by
treedata
This function can be used to select a subset of species (rows) from a treedata object; see filter.
filter
# S3 method for treedata filter_(.data, ..., .dots)# S3 method for grouped_treedata filter_(.data, ..., .dots)
# S3 method for grouped_treedata filter_(.data, ..., .dots)
An object of class treedata
Additional arguments to filter by
Used to work around non-standard evaluation. See vignette("nse") for details.
vignette
An object of class treedata with the dataset filtered by the specified criteria.
# NOT RUN { data(anolis) td <- make.treedata(anolis$phy, anolis$dat, name_column=1) tdfilter <- filter(td, island=="Cuba", SVL > 3.5) # }
Run the code above in your browser using DataLab