RRphylo

cranlogs total


The RRphylo package collects tools to compute branch-wise evolutionary rates, estimate ancestral states, locate rate shifts, assess temporal trends in phenotypes and rates, evaluate morphological convergence, along with some useful functions to easily visualize analyses results, assess statistical robustness, and build/manipulate phylogenetic trees.

Installation from CRAN

You can install the released version of RRphylo from CRAN with:

install.packages("RRphylo")

Installation from github

You can install RRphylo from github by using the R package devtools:

install.packages("devtools")

devtools::install_github("pasraia/RRphylo",build_vignettes = TRUE,dependencies=TRUE)