VIPER: Visualization of Phylogenetics and Evolution with R
Provides a set of plotting functions that are developed around ape:plot.phylo, e.g.
- coloring edges and tips
- high-lighting clades in phylogenies
- showing branch support
- HPD intervals on internal nodes of dated phylogenies
- plot axes
and more.
Some of these functions have been formerly included in the deprecated package phyloch.
Installing viper
Package viper is not (yet) on CRAN, but can you can install the developing version from
GitHub. For this you will require
the package devtools:
library(devtools)
install_github("heibl/viper")