makePlots: Custom multiplot function for ggplot2

Description Usage Arguments Value

Description

Custom multiplot function for ggplot2

Usage

1
2
makePlots(reps, depths, plotROC = TRUE, plotDE = TRUE, plotPower = TRUE,
  cols = 2, width = 10, height = 10)

Arguments

reps

Numerical vector of replicates per gorup to plot

depths

Numerical vector of depths to plot, in millions

plotROC

Logical (default TRUE), whether to make ROC plots

plotDE

Logical (default TRUE), whether to make numDE plots

plotPower

Logical (default TRUE), whether to make power plots

cols

Number of columns to plot (default)

width,

height The width and height of the graphics region in inches; default values are 10

Value

Makes plots of ROC curves, number of detected DE features, and power, all saved as PDFs


fayezor/myRpackage documentation built on May 16, 2019, 11:01 a.m.