select.treedata: Function for selecting columns from an object of class...

Description Usage Arguments Value See Also Examples

View source: R/treeplyr_functions.R

Description

This function can be used to select a subset of variables (columns) from a treedata object; see select.

Usage

1
2
## S3 method for class 'treedata'
select(.data, ...)

Arguments

.data

An object of class treedata

...

Additional arguments to select columns

Value

An object of class treedata with specified variables selected.

See Also

select

Examples

1
2
3
data(anolis)
td <- make.treedata(anolis$phy, anolis$dat)
tdselect <- select(td, SVL, awesomeness)

treeplyr documentation built on Sept. 17, 2020, 5:07 p.m.