plot.daily_output_clim: Plot climate-augmented daily dendrometer output

View source: R/plot_climate_phase.R

plot.daily_output_climR Documentation

Plot climate-augmented daily dendrometer output

Description

S3 plotting method for objects of class daily_output_clim. This allows climate-augmented daily dendrometer outputs to be visualized directly with the generic plot() function.

Usage

## S3 method for class 'daily_output_clim'
plot(
  x,
  y = NULL,
  ...,
  climate_var = NULL,
  climate_vars = NULL,
  numeric_vars = NULL,
  compare = FALSE,
  temporal = NULL
)

Arguments

x

An object of class daily_output_clim.

y

Optional climate variable name passed as the second argument.

...

Additional arguments passed to dm_plot_climate() or dm_plot_climate_compare().

climate_var

Character. Name of one climate variable to plot.

climate_vars

Character vector of climate variables for comparison plots.

numeric_vars

Character vector of numeric variables used for correlation or regression heatmaps.

compare

Logical. If TRUE, dm_plot_climate_compare() is called.

temporal

Deprecated argument kept for compatibility with older examples. It is ignored.

Value

A ggplot2 object, returned invisibly.

Examples


# plot(daily_clim_output, climate_var = "temp_mean", type = "timeseries")



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