Learn R Programming

secsse (version 3.0.2)

sortingtraits: Data checking and trait sorting In preparation for likelihood calculation, it orders trait data according the tree tips

Description

Data checking and trait sorting In preparation for likelihood calculation, it orders trait data according the tree tips

Usage

sortingtraits(trait_info, phy)

Value

Vector of traits

Arguments

trait_info

data frame where first column has species ids and the second one is the trait associated information.

phy

phylogenetic tree of class phylo, rooted and with branch lengths.

Examples

Run this code
# Some data we have prepared
data(traits)
data('phylo_vignette')
traits <- sortingtraits(traits, phylo_vignette)

Run the code above in your browser using DataLab