setPlotDView {iSPlot} | R Documentation |
setPlotDView sets the control window so it shows a list of loaded data that the user can choose to plot. Once a data set is chosen from the list, a set of toggle buttons will appear to allow the user to choose the x and y variables for the plot. setPlotDView is called when the user chooses 'plot data' under the display menu.
setPlotDView()
Elizabeth Whalen
updateControlWindow
,
createView
,
createPlotView
,
createSPlotView
,
setVariables
if (interactive()) { createControlWindow() # setPlotDView should be called by the user choosing # 'plot data' under the display menu setPlotDView() }