powered by
treedata
This function can be used to select a subset of variables (columns) from a treedata object; see select.
select
# S3 method for treedata select(.data, ...)
An object of class treedata
Additional arguments to select columns
An object of class treedata with specified variables selected.
select_
# NOT RUN { data(anolis) td <- make.treedata(anolis$phy, anolis$dat) tdselect <- select(td, SVL, awesomeness) # }
Run the code above in your browser using DataLab