Skip to contents

Generic function for assembling plot objects created from R objects, using the ggplot2 package.

Usage

assemble(object, ...)

Arguments

object

and R object to plot.

...

arguments passed to other methods.

Value

A list of ggplot2::ggplot() objects.

Author

Gavin L. Simpson