apply_facets {ggfortify} | R Documentation |
Apply facets to to ggplot2::ggplot
Description
Apply facets to to ggplot2::ggplot
Usage
apply_facets(
p,
formula,
facets = TRUE,
nrow = NULL,
ncol = 1,
scales = "free_y",
...
)
Arguments
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 |
Value
ggplot
[Package ggfortify version 0.4.17 Index]