Learn R Programming

termstrc (version 1.1.1)

print.cubicsplines: S3 Print Method for Cubicsplines

Description

S3 print method for an object of the class "cubicsplines".

Usage

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

Arguments

x
object of the class "cubicsplines".
...
other arguments.

Details

The print method for an object of the class "cubicsplines" prints the results of the regression analysis. (i.e. the parameter of the cubic spline functions).

See Also

plot.cubicsplines, summary.cubicsplines