View source: R/base_fortify_list.R
autoplot.list | R Documentation |
Autoplot list
## S3 method for class 'list'
autoplot(object, data = NULL, nrow = NULL, ncol = NULL, scales = "free_y", ...)
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 |
ggplot
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.