Print a Class "preCgm" Object

DESCRIPTION:

Print method for class preCgm.

USAGE:

print.preCgm(x, ...) 

REQUIRED ARGUMENTS:

x
object of class "preCgm" to be printed.

OPTIONAL ARGUMENTS:

...
optional printing arguments.

VALUE:

NONE

SIDE EFFECTS:

Prints a class "preCgm" object.

DETAILS:

This is a method for the function print for objects inheriting from class "preCgm". See or for the general behavior of this function.

SEE ALSO:

, , , .

EXAMPLES:

language.pre <- preCgm(language) 
#The following are equivalent: 
print(language.pre) 
print.preCgm(language.pre) 
language.pre