Learn R Programming

adegraphics (version 1.0-3)

ADEg.Tr-class: Class "ADEg.Tr"

Description

An object of ADEg.Tr class represents triangular coordinates in 2D. The ADEg.Tr 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 three son classes : Tr.class, Tr.label, T.match and T.traject.

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
  • adjust: a logical to adjust the device with the limits
  • stats
  • s.misc
  • cornerp: coordinates of the triangle extremities.
  • lgrid: a list containing the three coordinates of the grid segments extremities(pts1, pts2, pts3) and the value of the division (posgrid)
  • Call

code

call

itemize

  • adjust.update: a logical indicating if theadjustslot is updating

Extends

Class ADEg, directly.

See Also

adegpar Tr.class Tr.label Tr.match Tr.traject ADEg

Examples

Run this code
showClass("ADEg.Tr")

Run the code above in your browser using DataLab