Learn R Programming

adegraphics (version 1.0-3)

Tr.label-class: Class Tr.label

Description

A class for creating and drawing triangular plot with point label.

Arguments

Objects from the Class

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

item

  • trellis.par
  • adeg.par
  • lattice.call
  • g.args
  • addaxes: a logical to draw the principal axes.
  • meanpar: a list to represent mean points using pch, cex and col.
  • axespar: a list to represent axes lines using col, lwd and lty.
  • max3d and min3d: vectors of three values for triangular maximal and minimal limits.
  • adjust: a logical to adjust the device with the limits of the smaller equilateral triangle containing the values.
  • stats
  • s.misc
  • Call

code

call

itemize

  • cornerp: coordinates of the triangle extremities.

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

Examples

Run this code
showClass("Tr.label")

Run the code above in your browser using DataLab