Learn R Programming

adegraphics (version 1.0-1)

Tr.class-class: Class Tr.class

Description

A class for group representation in triangular plot.

Arguments

Objects from the Class

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

item

  • trellis.par
  • adeg.par
  • lattice.call
  • g.args
  • starSize: a number between 0 and 1 for star size.
  • chullSize: NULL or a vector of numbers between 0 and 1 for the convex hulls.
  • col: a NULL value, a color or a colors vector to color points, ellipses, labels, lines and polygons.
  • 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
  • mean2d: a matrix containing the weighted mean calculated for each fac value on two-dimension.
  • covvar: a list containing the weighted variance-covariance matrices calculated for each fac value.
  • covvar2d: a list containing the weighted variance-covariance matrices calculated for each fac value on two-dimension.
  • s.misc
  • chullcoord: convex hulls' coordinates.
  • Call

code

call

itemize

  • ellipses: ellipses' coordinates.

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

Examples

Run this code
showClass("Tr.class")

Run the code above in your browser using DataLab