plot.baggr {baggr} | R Documentation |
Plotting method for baggr outputs
Description
Using generic plot()
on baggr
output invokes baggr_plot
visual.
See therein for customisation options. Note that plot output is ggplot2
object.'
Usage
## S3 method for class 'baggr'
plot(x, ...)
Arguments
x |
object of class |
... |
optional arguments, see |
Value
ggplot2 object from baggr_plot
Author(s)
Witold Wiecek
[Package baggr version 0.7.11 Index]