plot.dm_epoch: Plot a dm_epoch object

View source: R/dm_sea.R

plot.dm_epochR Documentation

Plot a dm_epoch object

Description

Plot a dm_epoch object

Usage

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

Arguments

x

Object of class "dm_epoch".

y

Unused.

type

Plot type. One of "composite", "heatmap", or "difference".

variables

Optional climate variables to plot.

facet

Logical. If TRUE, facet by variable.

show_ci

Logical. If TRUE and x is a "dm_epoch_test" object, show the null confidence ribbon.

legend_position

Legend position passed to [ggplot2::theme()].

...

Unused.

Value

A ggplot object.


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