cladoRcpp: C++ Implementations of Phylogenetic Cladogenesis Calculations

Various cladogenesis-related calculations that are slow in pure R are implemented in C++ with Rcpp. These include the calculation of the probability of various scenarios for the inheritance of geographic range at the divergence events on a phylogenetic tree, and other calculations necessary for models which are not continuous-time markov chains (CTMC), but where change instead occurs instantaneously at speciation events. Typically these models must assess the probability of every possible combination of (ancestor state, left descendent state, right descendent state). This means that there are up to (# of states)^3 combinations to investigate, and in biogeographical models, there can easily be hundreds of states, so calculation time becomes an issue. C++ implementation plus clever tricks (many combinations can be eliminated a priori) can greatly speed the computation time over naive R implementations. CITATION INFO: This package is the result of my Ph.D. research, please cite the package if you use it! Type: citation(package="cladoRcpp") to get the citation information.

Getting started

Package details

AuthorNicholas J. Matzke [aut, cre, cph]
MaintainerNicholas J. Matzke <nickmatzke.ncse@gmail.com>
LicenseGPL (>= 2)
Version0.15.1
URL http://phylo.wikidot.com/biogeobears
Package repositoryView on CRAN
Installation Install the latest version of this package by entering the following in R:
install.packages("cladoRcpp")

Try the cladoRcpp package in your browser

Any scripts or data that you put into this service are public.

cladoRcpp documentation built on May 2, 2019, 2:43 a.m.