Class of an Object
DESCRIPTION:
Determine class for arbitrary data.
USAGE:
data.class(object)
REQUIRED ARGUMENTS:
object
a S-PLUS object.
VALUE:
character vector giving the class attribute of
object
or inferring one from its other attributes. These inferred attributes include
"matrix"
,
"ts"
,
"factor"
, and the atomic modes.
SEE ALSO: