draw {gratia} | R Documentation |
Generic plotting via ggplot2
Description
Generic plotting via ggplot2
Usage
draw(object, ...)
Arguments
object |
and R object to plot. |
... |
arguments passed to other methods. |
Details
Generic function for plotting of R objects that uses the ggplot2
package.
Value
A ggplot2::ggplot()
object.
Author(s)
Gavin L. Simpson
[Package gratia version 0.9.2 Index]