View source: R/auto_functions.R
amalgamate_deps | R Documentation |
Generates a graph and model for traits given a dependency matrix
amalgamate_deps(dep_mat)
dep_mat |
A dependency matrix |
The dependency matrix can come from 'rphenoscape::pa_dep_matrix' or be user generated
A list of: $M Transition matrices for the Structured-Hidden State Markov Models that can be run in RevBayes, corHMM or other tools $graph The full graph of all dependencies among traits $con.comp A list of the group membership etc. produced by 'igraph::components' $traits The old trait names that were amalgamated $new.traits The new names of the amalgamated trait names $depstates A list providing the dependencies of all characters
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.