qqPlotView-class {MVCClass} | R Documentation |
qqPlotView is a class to represent a qq-plot. For now, this class will be used to create qq-plot views of gene set enrichment data (stored in the gseModel). qqPlotView inherits from the class, plotView, which inherits from the virtual class, genView.
Objects can be created by calls of the form new("qqPlotView", ...)
.
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 package).
xval
:yval
:plotDevice
:plotPar
:drArea
:"GtkDrawingArea"
dataName
:win
:"GtkWindow"
that holds the
view winNum
:
Class "plotView"
, directly.
Class "genView"
, by class "plotView"
.
xval
slotxval
slot yval
slot yval
slot Elizabeth Whalen
genView-class
,
plotView-class
,
sPlotView-class