plot.dm_wavelet_coherence: Plot method for dm_wavelet_coherence objects

View source: R/dm_wavelet_coherence.R

plot.dm_wavelet_coherenceR Documentation

Plot method for dm_wavelet_coherence objects

Description

Plot method for dm_wavelet_coherence objects

Usage

## S3 method for class 'dm_wavelet_coherence'
plot(
  x,
  y = NULL,
  pair = NULL,
  type = c("coherence", "cross_power", "average_coherence", "average_cross_power",
    "phase", "series"),
  facet = TRUE,
  log_period = TRUE,
  log_power = TRUE,
  clip_quantile = c(0.01, 0.99),
  show_sig = TRUE,
  show_coi = TRUE,
  siglvl = 0.05,
  sig_color = "black",
  sig_size = 0.4,
  coi_fill = "white",
  coi_alpha = 0.45,
  main = NULL,
  ...
)

Arguments

x

An object of class "dm_wavelet_coherence".

y

Unused.

pair

Optional pair name(s) to plot. If NULL, the first pair is used.

type

One of "coherence", "cross_power", "average_coherence", "average_cross_power", "phase", or "series".

facet

Logical. If TRUE and multiple pairs are selected, facet them.

log_period

Logical.

log_power

Logical for raster intensity.

clip_quantile

Optional clipping quantiles for raster intensity.

show_sig

Logical.

show_coi

Logical.

siglvl

Significance level.

sig_color

Significance contour color.

sig_size

Significance contour linewidth.

coi_fill

COI fill color.

coi_alpha

COI alpha.

main

Optional title.

...

Unused.

Value

A ggplot2 object.


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