setControlEnvDefaults {iSPlot} | R Documentation |
setControlEnvDefaults sets the control environment variables to their default values. setControlEnvDefaults will be called by createControlWindow the first time a control window is opened in an R session and it will be called by clearAllWindows to ensure that the environment variables are set to the default values when the control window is closed. The environment variables need to be reset to their default values when closing the control window in case the user opens another control window after closing the first one.
setControlEnvDefaults()
Here are the defaults for the control environment variables: currentColor="black" colorBrowser=c() curAction="" viewMode="" plotTitle="" fillPch=19 winCounter=0 clickEvent=TRUE
Elizabeth Whalen
createControlWindow
,
clearAllWindows
,
controlEnv
,
setControlWindowDefaults
setControlEnvDefaults()