approx | R Documentation |
Using 'stats::approx', create a linear or constant approximation (interpolation) of a value or vector
approx(x, y, xout, ...)
x |
Indexes for the input values |
y |
The values or vectors to be interpolated between |
xout |
Indexes for the output values |
... |
Additional arguments passed on to stats::approx |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.