autoplot.list: Autoplot list
Usage
# S3 method for list
autoplot(object, data = NULL, nrow = NULL, ncol = NULL, scales = "free_y", ...)
Arguments
- object
list
instance
- data
original dataset, if needed
- nrow
Number of facet/subplot rows
- ncol
Number of facet/subplot columns
- scales
Scale value passed to ggplot2
- ...
other arguments passed to methods