Learn R Programming

sspline (version 0.1-3)

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

Description

The print and summary methods for smooth.sspline object.

Usage

print.smooth.sspline(x, ...)
summary.smooth.sspline(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
data(WT6367)

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