sum_plot: sum_plot

Description Usage Arguments Value Examples

Description

Add together n plots.
GGPlot plots may be enriched by adding together multiple geoms.
But NULL and/or NA can't be added with geoms.
This function makes it easier to add together a series of geoms, getting rid of NULL and NA in the process.

Usage

1
sum_plot(verbosity = NULL, ...)

Arguments

verbosity
...

A series of n plots to be added together.

Value

An enriched plot.

Examples

1
sum_plot(p1, p2, p3)

daviddoret/GRCRToolkit documentation built on May 23, 2019, 7:31 a.m.