print.smooth.sspline {sspline}R Documentation

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.

Author(s)

Xianhong Xie

Examples

data(WT6367)

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

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

print(splobj)
summary(splobj)

detach(subdat)

[Package sspline version 0.1-5 Index]