plot.clim_twd_test: Plot method for clim.twd.test output

View source: R/stats.clim.twd.R

plot.clim_twd_testR Documentation

Plot method for clim.twd.test output

Description

Plots the data used in clim.twd.test() as grouped boxplots with jittered observations, faceted by stratum when applicable.

Usage

## S3 method for class 'clim_twd_test'
plot(
  x,
  y = NULL,
  show_points = TRUE,
  facet = TRUE,
  legend_position = "none",
  main = NULL,
  ...
)

Arguments

x

An object of class "clim_twd_test".

y

Unused.

show_points

Logical. If TRUE, add jittered points.

facet

Logical. If TRUE, facet by stratum when multiple strata exist.

legend_position

Legend position.

main

Optional plot title.

...

Further arguments passed to or from other methods.

Value

A ggplot2 object.


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