| ADEg-class {adegraphics} | R Documentation |
Class ADEg
Description
An object of ADEg class is a simple graphic.
This object can be blended in with another one (superposition, insertion and/or juxtaposition) to
form a more complex graphics (an ADEgS object).
The ADEg class is a virtual class, i.e. a class which is not possible to create objects but which have heirs.
This class has five son classes : ADEg.S1, ADEg.S2, ADEg.C1, ADEg.T and ADEg.Tr.
Objects from the Class
None object of this class can be instantiated.
Slots
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: thelatticefunction to usearguments: its parameters to obtain thetrellisobject
g.argsa list containing some parameters linked with the created object of
ADEgclass:xlim,ylimmain,subxlab,ylabsamelimitsscales: a list of scales informations (ticks, marks and labels for the x-axis or the y-axis) in the form of the lattice argumentscalesin thexyplotfunction
statsa list of internal preliminary calculations
s.misca list of some other internal parameters
Callan object of class
call
Methods
- panelbase
signature(object = "ADEg"): draws grid and text and produces graphical output from the graphical object- getcall
signature(object = "ADEg"): returns theCallslot- getlatticecall
signature(object = "ADEg"): returns thelattice.callslot- getstats
signature(object = "ADEg"): returns thestatsslot- getparameters
signature(object = "ADEg", number): ifnumberis 1, returns thetrellis.parslot, if it is 2, returns theadeg.parslot and if it is 0, returns the both slots- add.ADEg
signature(object = "ADEg"): superposes an ADEg on the current one plotted- +
signature(e1 = "ADEg", e2 = "ADEg"): superposes e2 on e1- superpose
signature(g1 = "ADEgORtrellis", g2 = "ADEgORtrellis", which = "ANY", plot = "ANY"): creates a newADEgSobject performing a superposition ofg2ong1.- printSuperpose
signature(g1 = "ADEgORtrellis", refg = "ADEgORtrellis"): internal method, not for users.- cbindADEg
signature(g1 = "ADEgORADEgS", g2 = "ADEgORADEgS"): creates a new"ADEgS"object combiningg1ong2.- rbindADEg
signature(g1 = "ADEgORADEgS", g2 = "ADEgORADEgS"): creates a new"ADEgS"object combiningg1ong2by rows.- insert
signature(graphics = "ADEgORtrellis", oldgraphics = "missing", posi, ratio, inset, plot, which): creates a newADEgSobject performing an insertion ofgraphicsinto the current device.- insert
signature(graphics = "ADEgORtrellis", oldgraphics = "ADEg", posi, ratio, inset, plot): creates a newADEgSobject performing an insertion ofgraphicsintooldgraphics.- show
signature(x = "ADEg"): prints theADEgobject- plot
signature(x = "ADEg"): prints theADEgobjectsignature(x = "ADEg"): displays theADEgobject in the current device or in a new one- update
signature(object = "ADEg"): modifies graphical parameters after theADEgcreation, updates the current display and returns the modifiedADEg
Note
For any ADEg creation, various graphical parameters can be passed into the dots (...) arguments.
the parameters listed in
adegpar()can be changed, even if some of them do no modify the graphic representation chosen.the
latticeparameters listed intrellis.par.get()can also be changed.limits, main and sub title, and axes labels can be changed using the keys
xlim,ylim,main,sub,xlabandylab.a neighbouring graph (object of class
nborlistw) and a spatial one (object of classsp) can be display in the background using the keysnbobject,Spandsp.layout.
Author(s)
Alice Julien-Laferriere, Aurelie Siberchicot aurelie.siberchicot@univ-lyon1.fr and Stephane Dray
See Also
ADEgS
adegpar
superpose
insert
Examples
showClass("ADEg")