| plot.mov_cor_dm | R Documentation |
S3 plotting method for output of mov.cor.dm().
Supports heatmaps, line plots, faceted line plots, peak-correlation summaries,
and comparison across multiple mov.cor.dm() objects.
## S3 method for class 'mov_cor_dm'
plot(
x,
y = NULL,
sig.only = TRUE,
ci = 0.95,
clim_vars = "all",
type = c("heatmap", "line", "facet", "peak", "compare"),
x_axis = c("time", "doy"),
use_adjusted = TRUE,
show_na = TRUE,
show_ci = FALSE,
sig_mode = c("outline", "point", "filter", "none"),
annotate_peak = FALSE,
show_window_label = TRUE,
compare_with = NULL,
compare_labels = NULL,
low_col = "red",
mid_col = "white",
high_col = "blue",
na_col = "grey79",
line_size = 0.5,
point_size = 1.8,
alpha_sig = 0.9,
...
)
x |
Object returned by |
y |
Unused. |
sig.only |
Logical. If |
ci |
Numeric confidence level between 0 and 1. For non-bootstrap
results, significance is based on |
clim_vars |
Character vector of climate variables to plot, or
|
type |
Plot type. One of |
x_axis |
X-axis style. One of |
use_adjusted |
Logical. For non-bootstrap objects, if |
show_na |
Logical. If |
show_ci |
Logical. If |
sig_mode |
One of |
annotate_peak |
Logical. If |
show_window_label |
Logical. If |
compare_with |
Optional list of additional |
compare_labels |
Optional character vector of labels for the comparison
objects. If |
low_col |
Colour for negative correlations. |
mid_col |
Colour for zero correlations. |
high_col |
Colour for positive correlations. |
na_col |
Fill colour for missing values in heatmaps. |
line_size |
Numeric line width for line plots. |
point_size |
Numeric point size for significance markers and peak markers. |
alpha_sig |
Numeric transparency used for significance highlighting. |
... |
Unused. |
A ggplot2 object, returned invisibly.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.