Class ADEg.T
ADEg.T-class.RdAn object of ADEg.T class represents table data.
The ADEg.T class is a virtual class, i.e. a class which is not possible to create objects but which have heirs.
This class inherits from ADEg class and
has two son classes : T.image and T.value.
Slots
data:a list containing data or data's name.
dftab: the displayed values which can betable,distormatrixin the form of a data frame, a name or a matching callcoordsx: an integer or a vector indicating the columns ofdftabkeptcoordsy: an integer or a vector indicating the rows ofdftabkeptlabelsx: the columns' labelslabelsy: the rows' labels"
frame: a positive or null integer. It is the number of the frame containing the data (used withsys.frame(..., env = data$frame)). Only if the data are not stored (i.e.data$storeData = FALSE).storeData: a logical indicating if the data should be stored in the returned object. IfFALSE, only the names of the data arguments are stored.
trellis.para list of parameters for
latticecall. It will be passed directly topar.settingsarguments of thelatticefunction.adeg.para list of graphical parameters, corresponding to the ones given by
adegpar()function.lattice.calla list of two elements to create the
trellisobject:graphictype:xyplotarguments: its parameters to obtain thetrellisobject
g.argsa list containing some method parameters linked with the created object of
ADEg.Tclass:method: only forT.valueobjectssymbol: only forT.valueobjectscenter: only forT.valueobjects
statsa list of internal preliminary calculations
s.misca list of some others internal parameters:
breaks.update: a logical indicating if the legend breaks is updatingaxes$dxandaxes$dy: intervals for the cell size
Callan object of class
call
Extends
Class ADEg, directly.
Methods
- prepare
signature(object = "ADEg.T"): performs the calculations before display the object (e.g. limits, grid and axis calculations)- setlatticecall
signature(object = "ADEg.T"): prepares thelattice.callslot- panelbase
signature(object = "ADEg.T"): defines the graphical background (e.g. axes, labels, ticks, box and grid)- gettrellis
signature(object = "ADEg.T"): converts the graphic into atrellisobject oflatticeclass
Author
Alice Julien-Laferriere, Aurelie Siberchicot aurelie.siberchicot@univ-lyon1.fr and Stephane Dray
Examples
showClass("ADEg.T")
#> Virtual Class "ADEg.T" [package "adegraphics"]
#>
#> Slots:
#>
#> Name: data trellis.par adeg.par lattice.call g.args
#> Class: list list list list list
#>
#> Name: stats s.misc Call
#> Class: list list call
#>
#> Extends:
#> Class "ADEg", directly
#> Class "ADEgORtrellis", by class "ADEg", distance 2
#> Class "ADEgORADEgSORtrellis", by class "ADEg", distance 2
#>
#> Known Subclasses:
#> Class "T.image", directly
#> Class "T.value", directly
#> Class "T.cont", by class "T.value", distance 2