Learn R Programming

resquin (version 0.1.1)

plot.resp_indicator: Plot function for resp_indicator objects

Description

Provides an overview over results of resp_* functions.

Usage

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

Value

Invisibly returns the input x.

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).

Examples

Run this code
resp_distributions(nep) |> plot()

Run the code above in your browser using DataLab