R/scalarFuncMaker.R

Defines functions scalarFuncMaker

# helper for the construction of TimeMap objects 
# 
scalarFuncMaker <-function(times,scalar_lag,y_vector,interpolation){
    interpolation(x=times+scalar_lag,y=y_vector)
}

Try the SoilR package in your browser

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

SoilR documentation built on Oct. 13, 2023, 5:06 p.m.