Learn R Programming

adegraphics (version 1.0-4)

S2.class-class: Class S2.class

Description

A class for group representation in bi-dimensional plot.

Arguments

Objects from the Class

S2.class objects can be created by calls of the form new("S2.class", ...). The regular usage in this package is to use the s.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.
  • stats
  • covvar: a list containing the weighted variance-covariance matrices calculated for each fac value.
  • s.misc
  • chullcoord: convex hulls' coordinates.
  • Call

code

call

itemize

  • ellipses: ellipses' coordinates.

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

Examples

Run this code
showClass("S2.class")

Run the code above in your browser using DataLab