powered by
Plot an envelope.
# S3 method for envelope plot(x, ...)
nothing - plotting function.
envelope object.
further arguments passed to the base plot 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)
Run the code above in your browser using DataLab