Print Method for a LOESS Object or its Summary

USAGE:
print.loess(object)
print.summary.loess(object)

REQUIRED ARGUMENTS:
object:
an object to be printed.

SIDE EFFECTS:
a summary of the object is printed.

DETAILS:
This function is a method for the generic function print for class "loess". It can be invoked by calling print for an object of the appropriate class, or directly by calling print.loess regardless of the class of the object.

SEE ALSO:
loess , summary.loess .