"preCgm" Objects

DESCRIPTION:

Tests for objects that inherit from class preCgm.

USAGE:

is.preCgm(x) 

REQUIRED ARGUMENTS:

x
the object to be tested.

VALUE:

TRUE if the object x inherits from class "preCgm". FALSE otherwise.

SEE ALSO:

.

EXAMPLES:

language.pre <- preCgm(language)
is.preCgm(language.pre)