View source: R/class_envelope.R
plot.envelope | R Documentation |
Plot an envelope.
## S3 method for class 'envelope'
plot(x, ...)
x |
envelope object. |
... |
further arguments passed to the base plot function. |
nothing - plotting function.
# 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)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.