Learn R Programming

adegraphics (version 1.0-3)

T.value-class: Class T.value

Description

A class for the representation of a matrix, a data frame, or a distance matrix using symbols, varying in size or color.

Arguments

Objects from the Class

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

item

  • trellis.par
  • adeg.par
  • lattice.call
  • g.args
  • nclass: an integer for the number of desired intervals, ignored if breaks is not missing.
  • col: a NULL value, a color or a colors vector to color symbols.
  • method: the method of representation for dftab (color shading or proportional size).
  • symbol: the type of symbol (square or circle).
  • center: a center value for method size.
  • centerpar: a logical or a list to represent center value using elements in the adegpar("ppoints") list.
  • stats
  • s.misc
  • Call

code

call

itemize

  • breaks.update: a logical indicating if the legend breaks is updating.

Extends

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

References

Tanimura, S. and Kuroiwa, C. and Mizota, T. 2006 Proportional symbol mapping in R Journal of Statistical Software 15, 1--7

See Also

ADEg ADEg.T T.cont table.value

Examples

Run this code
showClass("T.value")

Run the code above in your browser using DataLab