plot.envelope {sequenceR}R 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)

[Package sequenceR version 1.0.1 Index]