Claddis is an R package designed to import cladistic-type data sets (#NEXUS format) into R and perform disparity and rate tests.

You can install Claddis in R via CRAN with:

install.packages("Claddis", dependencies = TRUE)

Or from github with:

devtools::install_github("graemetlloyd/Claddis")

And load it into memory using:

library(Claddis)

Basic help can be found with:

?Claddis

And clicking on the Index link at the base of the help file will reveal links to every available function.

Note that I have previously produced various tutorials for the package, but that current substantial reworking of the core code means these will no longer work and so the example code in each function’s help file is the current best substitute for this. Please refer to package documentation for the most up-to-date usage of Claddis.

Citation

Claddis was recently placed back on CRAN (version 0.3.0) but will continue to be developed on github. The first formal paper describing Claddis was published as Lloyd (2016), with further discussion in Lloyd (2018):

Lloyd, G. T., 2016. Estimating morphological diversity and tempo with discrete character-taxon matrices: implementation, challenges, progress, and future directions. Biological Journal of the Linnean Society, 118, 131-151.

Lloyd, G. T., 2018. Journeys through discrete-character morphospace: synthesizing phylogeny, tempo, and disparity. Palaeontology, 61, 637-645.