Learn R Programming

sequenceR (version 1.0.1)

plot.envelope: Plot

Description

Plot an envelope.

Usage

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

Value

nothing - plotting function.

Arguments

x

envelope object.

...

further arguments passed to the base plot function.

Examples

Run this code
# 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)

Run the code above in your browser using DataLab