Learn R Programming

SPOT (version 2.11.10)

print.spotLOESS: Print method for loess model

Description

Wrapper for summary.loess.

Usage

# S3 method for spotLOESS
print(x, digits = max(3L, getOption("digits") - 3L), ...)

Arguments

...

not used

object

fit of the model, an object of class "spotLOESS", produced by buildLOESS.

See Also

buildLOESS