vector of numbers (or variable names) indicating which processes
from the x to plot.
col
Color of the sample processes. By setting this parameter to "none"
or NULL no realizations will be drawn. The number of realizations is
determined by the cumres-object.
col.alpha
Transparency-level of plotted sample processes
legend
Type of legend where "type1" gives p-values of GoF-tests and
"type2" gives usual type of legends.
# NOT RUN {n <- 500; x <- abs(rnorm(n,sd=0.2))+0.01; y <- sqrt(x) + rnorm(n,sd=0.2)
l <- lm(y ~ x)
g <- cumres(l, R=500)
plot(g, idx=1, legend="type2")
# }