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)
This new system is based on the lattice package and grid graphics.
| Package: |
| adegraphics |
| Type: |
| Package |
| Version: |
| 1.0-5 |
| Date: |
| 2016-03-02 |
| License: |
| GPL (>=2) |
ADEg class 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.
5 subclasses inherits from the superclass abstract ADEg:
ADEg.S1: one-dimensional plot
ADEg.S2: bi-dimensional plot
ADEg.C1: one-dimensional data plotted in 2-D
ADEg.T: table plot
ADEg.Tr: triangle plot
ade4 website: lattice
ADEg
ADEgS
showClass("ADEg")
showClass("ADEgS")
Run the code above in your browser using DataLab