Skip to contents

Generic plotting via ggplot2

Usage

draw(object, ...)

Arguments

object

and R object to plot.

...

arguments passed to other methods.

Value

A ggplot2::ggplot() object.

Details

Generic function for plotting of R objects that uses the ggplot2 package.

Author

Gavin L. Simpson