Learn R Programming

adegraphics (version 1.0-3)

Tr.traject-class: Class Tr.traject

Description

A class for the creation and display of triangular plot with trajectories linking the points.

Arguments

Objects from the Class

Tr.traject objects can be created by calls of the form new("Tr.traject", ...). The regular usage in this package is to use the triangle.traject function.

item

  • trellis.par
  • adeg.par
  • lattice.call
  • g.args
  • adjust: a logical to adjust the device with the limits of the smaller equilateral triangle containing the values
  • order: a vector containing the drawing order of the trajectories. A vector of length equal to factor.
  • col: a NULL value, a color or a colors vector to color points, labels and lines.
  • stats
  • s.misc
  • Call

code

call

itemize

  • max3dandmin3d: vectors of three values for triangular maximal and minimal limits.

Extends

Class ADEg.Tr, directly. Class ADEg, by class ADEg.Tr, distance 2. Class ADEgORtrellis, by class ADEg.Tr, distance 3. Class ADEgORADEgSORtrellis, by class ADEg.Tr, distance 3.

See Also

ADEg ADEg.Tr triangle.traject

Examples

Run this code
showClass("Tr.traject")

Run the code above in your browser using DataLab