identify.fwdmvRandomStart {Rfwdmv} | R Documentation |
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.
## S3 method for class 'fwdmvRandomStart': identify(x, ...)
x |
an fwdmvRandomStart object created by fwdmvRandomStart . |
... |
additional argument required by the geneic identify function. |
a numeric matrix whose rows contain the starting subsets that lead to the user selected trajectory.
data(bank.dat) bank.rfs <- fwdmvRandomStart(bank.dat) # use identify and plot on bank.rfs #