knitr::opts_chunk$set(
  collapse = TRUE,
  comment = "#>",
  fig.path = "man/figures/README-",
  out.width = "100%"
)

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)

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


venelin/PCMView documentation built on Nov. 5, 2019, 12:01 p.m.