aafSigned-class {annaffy} | R Documentation |
A class for displaying signed numerical data with different styles depending on the sign.
Objects are generally created by the aafTable
constructor. Objects can also be created manually by calls of the
form new("aafSigned", signedval)
.
.Data
:numeric
Class numeric
, from data part.
aafSignedPos
is
used for positive values. aafSignedNeg
is used for
negative values. aafSignedZero
is used for zero values.
See generic implementations of getText
,
getURL
, and getHTML
.
Colin A. Smith, annaffy@colinsmith.org