powered by
smooth.sspline
print.smooth.sspline(x, ...) summary.smooth.sspline(object, ...)
print.smooth.sspline
summary.smooth.sspline
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