apply_facets | R Documentation |
ggplot2::ggplot
Apply facets to to ggplot2::ggplot
apply_facets(
p,
formula,
facets = TRUE,
nrow = NULL,
ncol = 1,
scales = "free_y",
...
)
p |
|
formula |
|
facets |
Logical value to specify use facets |
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.