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