lips | R Documentation |
Linear interpolation between data points similar to approx. x may be a time vector.
lips(x, y, x.step = 1)
x |
Numeric vector or one that could be coerced to numeric along which interpolation shall take place. May be a time vector (POSIXlt or POSIXct). |
y |
Numeric vector of values which shall be interpolated. |
x.step |
Numeric giving at what time interval interpolation shall be done. In seconds! Thus half hourly interpolation is achieved with |
Data.frame containing the interpolated x (x.out
) and y (x.out
) values.
Gerald Jurasinski, gerald.jurasinski@uni-rostock.de
approx
## has to be added
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.