plot.summary_mov_cor_dm: Plot method for summaries of moving dendrometer-climate...

View source: R/plot_mov.cor.R

plot.summary_mov_cor_dmR Documentation

Plot method for summaries of moving dendrometer-climate correlation

Description

S3 plotting method for objects returned by summary.mov_cor_dm().

Usage

## 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,
  ...
)

Arguments

x

Object of class "summary_mov_cor_dm".

y

Unused.

type

Plot type. One of "peak_corr", "prop_significant", or "peak_time".

x_axis

X-axis style for type = "peak_time". One of "time" or "doy".

low_col

Colour for negative values.

mid_col

Colour for zero.

high_col

Colour for positive values.

show_window_label

Logical. If TRUE, climate settings are shown as labels in type = "peak_corr".

...

Unused.

Value

A ggplot2 object, returned invisibly.


dendRoAnalyst documentation built on May 20, 2026, 5:07 p.m.