plot.fwdmvRandomStart {Rfwdmv}R Documentation

Redraw the Random Start Forward Plot

Description

Redraws the random start forward plot.

Usage

## S3 method for class 'fwdmvRandomStart':
plot(x, envelope = TRUE, ...)

Arguments

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.

Details

~~ If necessary, more details than the description above ~~

Value

x is invisibly returned.

See Also

fwdmvRandomStart

Examples

data(bank.dat)
bank.rfs <- fwdmvRandomStart(bank.dat, plot.it = FALSE)
plot(bank.rfs)
# use identify on bank.rfs #

[Package Rfwdmv version 0.72-2 Index]