identify.fwdmvRandomStart {Rfwdmv}R Documentation

Identify Starting Subsets From a Random Starts Forward Plot

Description

Allows the user to select a trajectory from the Random Starts forward plot, highlights it, and reports the starting subset(s) that lead to the trajectory.

Usage

## S3 method for class 'fwdmvRandomStart':
identify(x, ...)

Arguments

x an fwdmvRandomStart object created by fwdmvRandomStart.
... additional argument required by the geneic identify function.

Value

a numeric matrix whose rows contain the starting subsets that lead to the user selected trajectory.

See Also

fwdmvRandomStart

Examples

data(bank.dat)
bank.rfs <- fwdmvRandomStart(bank.dat)
# use identify and plot on bank.rfs #

[Package Rfwdmv version 0.72-2 Index]