Learn R Programming

adegraphics (version 1.0-3)

ADEg-class: 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.

Arguments

Objects from the Class

None object of this class can be instantiated.

item

  • g.args
  • main, sub
  • xlab, ylab
  • samelimits
  • scales: a list of scales informations (ticks, marks and labels for the x-axis or the y-axis) in the form of the lattice argument scales in the xyplot function
  • stats
  • s.misc
  • Call

code

call

itemize

  • xlim,ylim

See Also

ADEgS adegpar superpose insert

Examples

Run this code
showClass("ADEg")

Run the code above in your browser using DataLab