"preGauss" Object
preGauss.
print.preGauss(x, ...)
"preGauss" to be printed.
"preGauss" object.
This is a method for the function
print for objects inheriting
from class
"preGauss". See
or
for the
general behavior of this function.
cholesterol.pre <- preGauss(cholesterol) cholesterol.pre print(cholesterol.pre) #same print.preGauss(cholesterol.pre) #same print.default(cholesterol.pre) # see the gory details