plot.fwdmvRandomStart {Rfwdmv} | R Documentation |
Redraws the random start forward plot.
## S3 method for class 'fwdmvRandomStart': plot(x, envelope = TRUE, ...)
x |
an fwdmvRandomStart object created by fwdmvRandomStart . |
envelope |
a logical flag. If TRUE then a confidence envelope is included in the plot. |
... |
additional argument required by the geneic plot function. |
~~ If necessary, more details than the description above ~~
x
is invisibly returned.
data(bank.dat) bank.rfs <- fwdmvRandomStart(bank.dat, plot.it = FALSE) plot(bank.rfs) # use identify on bank.rfs #