Learn R Programming

adegraphics (version 1.0-4)

S2.traject-class: Class S2.traject

Description

A class for the creation of a bi-dimensional plot with trajectories linking the points.

Arguments

Objects from the Class

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

item

  • trellis.par
  • adeg.par
  • lattice.call
  • g.args
  • col: a NULL value, a color or a colors vector to color points, labels and lines.
  • stats
  • s.misc
  • Call

code

call

itemize

  • order: a vector containing the drawing order of the trajectories. A vector of length equal to factor.

Extends

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

See Also

ADEg ADEg.S2 s.traject

Examples

Run this code
showClass("S2.traject")

Run the code above in your browser using DataLab