plot.resp_indicator: Plot function for resp_indicator objects

View source: R/s3_methods.R

plot.resp_indicatorR Documentation

Plot function for resp_indicator objects

Description

Provides an overview over results of resp_* functions.

Usage

## S3 method for class 'resp_indicator'
plot(x, y, ...)

Arguments

x

An object of type resp_indicator created with a resp_* function.

y

Not used and thus not required.

...

Additional arguments (currently not supported).

Value

Invisibly returns the input x.

Examples

resp_distributions(nep) |> plot()


resquin documentation built on June 27, 2025, 9:07 a.m.