plot.envelope: Plot

View source: R/class_envelope.R

plot.envelopeR Documentation

Plot

Description

Plot an envelope.

Usage

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

Arguments

x

envelope object.

...

further arguments passed to the base plot function.

Value

nothing - plotting function.

Examples

# Define envelope
env <- envelope(t=c(0,0.1,0.3,0.8,1),v=c(0,1,0.4,0.4,0))
# plot it
plot(env)

benRenard/sequenceR documentation built on Jan. 11, 2025, 2:33 a.m.