Description Usage Arguments Value See Also
Interpolate multiple columns of a data.frame
1 | approxm(data1, n, method = "linear")
|
data1 |
a |
n |
the number of points to interpolate |
method |
the method to interpolate by, |
Returns a data.frame of all data1 variables
interpolated to n rows.
approx is the underlying function and has more
options
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.