Download S-PLUS User's Guide

Transcript
DIALOGS
in the dialog. These will override the default labels. The syntax for this list is
the same as that for Argument List.
Default Value List Enter a comma-separated list of default values for the
Property objects. These will override the default values of the Property
objects. The syntax for this list is the same as that for Argument List.
CallBack Function Enter the name of a function which will be executed on
exit of any Property object in the dialog.
Help Command Enter command to be executed when the Help button is
pushed.
Write Argument Names Check this to have argument names written when
the function call is made.
Display Check this to cause information about the FunctionInfo object to
be written in a message window (or in the output pane of a script window
when the dialog is launched by a script). This debugging tool is turned off
after OK or Apply is clicked in the dialog.
Internal Resources
Here are several internal property objects that can be used in dialogs either
alone or by means of Copy From.
TXPROP_DataFrames
This Property object displays a drop down box listing all data frames filtered
to be displayed in any browser.
TXPROP_DataFrameColumns
This Property object displays a drop down box listing all columns in the data
frame selected in TXPROP_DataFrames. If no selection in
TXPROP_DataFrames has been made, default values are supplied.
TXPROP_DataFrameColumnsND
This Property object displays a drop down box of all columns in the data
frame selected in TXPROP_DataFrames. If no selection in
TXPROP_DataFrames has been made, default values are not supplied.
TXPROP_SplusFormula
This Property object causes an S-PLUS formula to be written into an edit field
when columns in a data sheet view are selected. The response variable is the
first column selected, and the predictor variables are the other columns.
TXPROP_WideSplusFormula
This Property object differs from TXPROP_SplusFormula only in that the
formula is displayed in an edit field which spans two columns of the dialog,
instead of one column.
581