Set or Return Options for Resampling

DESCRIPTION:

Provides a means to control certain aspects of Spotfire S+ behavior for the S+Resample package.

USAGE:

resampleOptions(..., TEMPORARY=FALSE) 

OPTIONAL ARGUMENTS:

...
a list or vector of character strings may be given as the only argument, or any number of arguments may be in name=value form. In addition, no arguments at all may be given. See the VALUE and SIDE EFFECTS sections for explanation.
TEMPORARY
logical, if TRUE then options are in effect only for the current call. If FALSE they persist between calls, for the rest of the Spotfire S+ session.

The following options are currently supported:

printCall
a number, if a call component of a resample object exceeds this many characters then it is not printed.
guiPrintCorrelations
logical, if TRUE then tabSummary.bootstrap (a GUI function) prints correlations.
summaryCorrelations
logical, if TRUE (the default) then summary.resamp prints correlations.

VALUE:

The function returns a list of the current options, stored in .Options.resample.

SIDE EFFECTS:

When options are set, then .Options.resample is changed, either in frame 0 or 1, depending on whether TEMPORARY is FALSE or TRUE.

DETAILS:

SEE ALSO:

.

EXAMPLES:

resampleOptions(printCall = 60)