A package for investigating and visualizing the congruence class (Louca & Pennell 2020) of a phylogenetic birth-death model.
The stable version can be installed from CRAN:
install.packages("ACDC")
The developmental version can be installed from the github
repository. The package devtools
makes this convenient:
install.packages("devtools")
library(devtools)
install_github("afmagee/ACDC")
There is documentation for each function in R (type
?ACDC
in the R-console), as well as a long-form vignette
with an example
workflow.