Advanced Visualization of Phylogenetic Comparative Models

PCMView

Travis build
status

The goal of PCMView is to provide visualization functions for various objects generated with the R-packages PCMBase and PCMFit.

Installation

You can install the development version from GitHub with:

# install.packages("devtools")
devtools::install_github("venelin/PCMView")

Example

Here is how to plot the search path from a recurisive clade partition run:

library(PCMView)
#> Registered S3 method overwritten by 'treeio':
#>   method     from
#>   root.phylo ape

lstPlots <- PlotRCPHistory(
   fitBMWithShiftsToMammalData, layout = "fan")
cowplot::plot_grid(plotlist = lstPlots[!sapply(lstPlots, is.null)])