autoplot.list {ggfortify} | R Documentation |
Autoplot list
Description
Autoplot list
Usage
## S3 method for class 'list'
autoplot(object, data = NULL, nrow = NULL, ncol = NULL, scales = "free_y", ...)
Arguments
object |
|
data |
original dataset, if needed |
nrow |
Number of facet/subplot rows |
ncol |
Number of facet/subplot columns |
scales |
Scale value passed to |
... |
other arguments passed to methods |
Value
ggplot
[Package ggfortify version 0.4.17 Index]