create_leaf_cor_matrix | R Documentation |
Retrieve the covariance matrix of leaf nodes of a DDT tree
create_leaf_cor_matrix(tree_phylo4d)
tree_phylo4d |
a "phylo4d" object |
a K by K covariance matrix
# load the MAP tree structure obtained from the real HCHS/SOL data
data(data_synthetic)
# extract elements into the global environment
list2env(setNames(data_synthetic, names(data_synthetic)), envir = globalenv())
create_leaf_cor_matrix(tree_with_parameter)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.