plot_grid | R Documentation |
Create grid of ggplot2
objects, based on a data frame with scenarios.
plot_grid(
plots,
scenarios,
cond_x = "x",
cond_y = "y",
cond_x_units = NULL,
cond_y_units = NULL,
append_title = FALSE,
...
)
plots |
List with |
scenarios |
Data frame with scenarios, must contain only 2 variables. |
cond_x |
Condition on the |
cond_y |
Condition on the |
cond_x_units |
Units for condition on the |
cond_y_units |
Units for condition on the |
... |
Optional parameters for
|
List of gridded ggplot2
objects.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.