Print a Class "preGauss" Object

DESCRIPTION:

Print method for class preGauss.

USAGE:

print.preGauss(x, ...) 

REQUIRED ARGUMENTS:

x
object of class "preGauss" to be printed.

OPTIONAL ARGUMENTS:

...
optional printing arguments.

VALUE:

NONE

SIDE EFFECTS:

Prints a class "preGauss" object.

DETAILS:

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

SEE ALSO:

, , , .

EXAMPLES:

cholesterol.pre <- preGauss(cholesterol) 
cholesterol.pre              
print(cholesterol.pre)                #same 
print.preGauss(cholesterol.pre)       #same 
print.default(cholesterol.pre)    # see the gory details