break_vcv | R Documentation |
This function breaks the phylogenetic variance-covariance
matrix into its correlation (off-diagonal) and variance components
(on-diagonal). The output from break_vcv
is necessary for using the
est_node_density
and fit_punc_model
functions.
break_vcv(tree, lambda = 1, est_lambda = FALSE)
tree |
An object of class |
lambda |
Pagel's λ, a measure of phylogenetic signal |
est_lambda |
If |
This function returns a list comprising a correlation matrix (a
corPagel
object) and a variance weight vector.
Kevin Surya
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.