Description Objects from the Class Slots Extends Methods Author(s) See Also
plotView is a virtual class to represent a view that is a plot. Any particular types of plots can inherit from this class. For instance, sPlotView, is a class that inherits from plotView and represents a scatterplot view.
A virtual Class: No objects may be created from it.
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 "genView"
, directly.
Sets the drArea
slot
Returns the drArea
slot
Sets the plotDevice
slot
Returns the plotDevice
slot
Sets the plotPar
slot
Returns the plotPar
slot
Also, all classes that inherit from plotView will have clickEvent and motionEvent methods. The clickEvent method will be called whenever a user clicks on the plot and the motionEvent method will be called whenever a user moves the cursor over the plot. These methods will be defined in packages that use this package, such as iSPlot and iSNetwork. Note that the clickEvent method will also be defined for the spreadView class and this will correspond to a user selecting a row on the spreadsheet.
Elizabeth Whalen
genView-class
,
sPlotView-class
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.