| plot.dm_epoch | R Documentation |
Plot a dm_epoch object
## S3 method for class 'dm_epoch'
plot(
x,
y = NULL,
type = c("composite", "heatmap", "difference"),
variables = NULL,
facet = TRUE,
show_ci = TRUE,
legend_position = "right",
...
)
x |
Object of class |
y |
Unused. |
type |
Plot type. One of |
variables |
Optional climate variables to plot. |
facet |
Logical. If |
show_ci |
Logical. If |
legend_position |
Legend position passed to [ggplot2::theme()]. |
... |
Unused. |
A ggplot object.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.