Learn R Programming

gratia (version 0.11.1)

assemble: Prepare plots via ggplot2 and assembles them as a list

Description

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

Usage

assemble(object, ...)

Value

A list of ggplot2::ggplot() objects.

Arguments

object

and R object to plot.

...

arguments passed to other methods.

Author

Gavin L. Simpson