Description Objects from the Class Slots Extends Methods Author(s) See Also
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
:the names of the data frame rows that will be plotted
xvar
:the name of the data frame variable (column) that will be plotted on the x axis
yvar
:the name of the data frame variable (column) that will be plotted on the y axis
plotDevice
:the plot device number
plotPar
:the parameter list for the plot, see par()
drArea
:an object of class "GtkDrawingArea"
dataName
:a character string describing what data are shown in the view
win
:an object of class "GtkWindow"
that holds the
view
winNum
:a number that tells what number view this is (for example, the first view created will have winNum=1)
Class "plotView"
, directly.
Class "genView"
, by class "plotView"
.
Sets the xvar
slot
Returns the xvar
slot
Sets the yvar
slot
Returns the yvar
slot
Sets the dfRows
slot
Returns the dfRows
slot
Elizabeth Whalen
genView-class
,
plotView-class
,
spreadView-class
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.