print.lfeval: Print the Locfit Evaluation Points.

print.lfevalR Documentation

Print the Locfit Evaluation Points.

Description

Prints a matrix of the evaluation points from a locfit or lfeval structure.

Usage

## S3 method for class 'lfeval'
print(x, ...)

Arguments

x

A lfeval or locfit object

...

Arguments passed to and from other methods.

Value

Matrix of the fit points.

See Also

lfeval, locfit, plot.lfeval


locfit documentation built on July 9, 2023, 5:58 p.m.

Related to print.lfeval in locfit...