Learn R Programming

adegraphics (version 1.0-3)

T.image-class: Class T.image

Description

A class for the representation of a matrix or table object in which values have different colors.

Arguments

Objects from the Class

T.image objects can be created by calls of the form new("T.image", ...). The regular usage in this package is to use the table.image 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 used for the cells.
  • 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.

See Also

ADEg ADEg.T table.image

Examples

Run this code
showClass("T.image")

Run the code above in your browser using DataLab