Learn R Programming

adegraphics (version 1.0-4)

ADEg.T-class: Class ADEg.T

Description

An 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.

Arguments

Objects from the Class

None object of this class can be instantiated.

item

  • trellis.par
  • adeg.par
  • lattice.call
  • arguments: its parameters to obtain the trellis object
  • g.args
  • symbol: only for T.value objects
  • center: only for T.value objects
  • stats
  • s.misc
  • axes$dx and axes$dy: intervals for the cell size
  • Call

code

call

itemize

  • breaks.update: a logical indicating if the legend breaks is updating

Extends

Class ADEg, directly.

See Also

adegpar T.image T.value ADEg

Examples

Run this code
showClass("ADEg.T")

Run the code above in your browser using DataLab