| plot.summary_mov_cor_dm | R Documentation |
S3 plotting method for objects returned by summary.mov_cor_dm().
## S3 method for class 'summary_mov_cor_dm'
plot(
x,
y = NULL,
type = c("peak_corr", "prop_significant", "peak_time"),
x_axis = c("time", "doy"),
low_col = "red",
mid_col = "white",
high_col = "blue",
show_window_label = TRUE,
...
)
x |
Object of class |
y |
Unused. |
type |
Plot type. One of |
x_axis |
X-axis style for |
low_col |
Colour for negative values. |
mid_col |
Colour for zero. |
high_col |
Colour for positive values. |
show_window_label |
Logical. If |
... |
Unused. |
A ggplot2 object, returned invisibly.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.