R/predict.lowess.R

setMethodS3("predict", "lowess", function(object, newdata=NULL, ties=mean, ...) {
  approx(object, xout=newdata, ties=ties, ...)$y;
}, private=TRUE) # predict()


############################################################################
# HISTORY:
# 2006-11-28
# o Created.
############################################################################

Try the aroma.light package in your browser

Any scripts or data that you put into this service are public.

aroma.light documentation built on Nov. 8, 2020, 4:56 p.m.