pdata {phylobase} | R Documentation |
Combine data, type, comments, and metadata information to create a new pdata object, or check such an object for consistency
pdata(data, type, comment, metadata) check_pdata(object)
data |
a data frame |
type |
a factor with levels as specified by pdata,
the same length as ncol(data) |
comment |
a character vector, the same length as ncol(data) |
metadata |
an arbitrary list |
object |
an object of class pdata |
An object of class pdata
Ben Bolker