sPlotView-class {MVCClass} | R Documentation |
sPlotView is a class to represent a view that is a scatterplot. sPlotView inherits from the class, plotView, which inherits from the virtual class, genView.
Objects can be created by calls of the form new("sPlotView", ...)
.
The initialize method for this class will be created in other packages that
use this package (for example, the initialize method will be created in the
iSNetwork and iSPlot packages).
dfRows
:xvar
:yvar
:plotDevice
:plotPar
:drArea
:"GtkDrawingArea"
dataName
:win
:"GtkWindow"
that holds the
view winNum
:
Class "plotView"
, directly.
Class "genView"
, by class "plotView"
.
xvar
slot xvar
slot yvar
slot yvar
slot dfRows
slot dfRows
slot Elizabeth Whalen
genView-class
,
plotView-class
,
spreadView-class