Learn R Programming

sspline (version 0.1-6)

print.smooth.sspline: Display a Smooth.sspline Object

Description

The print and summary methods for smooth.sspline object.

Usage

"print"(x, ...) "summary"(object, ...)

Arguments

x
smooth.sspline objects
object
smooth.sspline objects
...
other parameters, not used

Value

For print.smooth.sspline, a smooth.sspline object; for summary.smooth.sspline, NULL.

Examples

Run this code
subdat <- WT6367[sample(nrow(WT6367), 200), 2:4]
attach(subdat)

splobj <- smooth.sspline(lon, lat, avgt)

print(splobj)
summary(splobj)

detach(subdat)

Run the code above in your browser using DataLab