ade4 package and to offer customizable representations of data
and result analysis.
Graphics are objects of S4 class, which can be displayed but also stored for
latter modifications.
Those modifications can be graphical changes, but also superposition
or juxtaposition of various graphical objects (creating an other type of object).
Each object will contain graphical parameters and instructions for the
display (calls, positions, etc.) and the data set used.
Sometimes data is heavy, due to its size for example. Two storing
systems exist:
deparse(substitute)) and their frame position (using
sys.nframe()) are stored. Then the full data can be
retrieve with those two informations (and only if the data objects
are still in the environment)ADEgADEg.S1: one-dimensional plotADEg.S2: bi-dimensional plotADEg.C1: one-dimensional data plotted in 2-DADEg.T: table plotADEg.Tr: triangle plotADEgclass provides simple graphics using one kind of data
(most of a time, only a data frame) and one representation method
(points, labels, arrows...)ADEgS class provides complex graphics making juxtaposition,
superposition and/or insertion of several simple graphics.ade4 website: lattice
ADEg
ADEgS showClass("ADEg")
showClass("ADEgS")Run the code above in your browser using DataLab