plot.resp_indicator {resquin}R 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()


[Package resquin version 0.1.1 Index]