heatmapView-class {MVCClass}R Documentation

Class "heatmapView": A class to represent a heatmap view

Description

heatmapView is a class to represent a view that is a heatmap. heatmapView inherits from the class, plotView, which inherits from the virtual class, genView.

Objects from the Class

Objects can be created by calls of the form new("heatmapView", ...). 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).

Slots

ordering:
a list of of information returned from the heatmap function
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 is 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)

Extends

Class "plotView", directly. Class "genView", by class "plotView".

Methods

ordering<-
Sets the ordering slot
ordering
Returns the ordering slot

Author(s)

Elizabeth Whalen

See Also

genView-class, plotView-class

Examples






[Package MVCClass version 1.6.0 Index]