approxm {FreqProf} | R Documentation |
Interpolate multiple columns of a data.frame
Description
Interpolate multiple columns of a data.frame
Usage
approxm(data1, n, method = "linear")
Arguments
data1 |
a |
n |
the number of points to interpolate |
method |
the method to interpolate by, |
Value
Returns a data.frame
of all data1
variables
interpolated to n
rows.
See Also
approx
is the underlying function and has more
options
[Package FreqProf version 0.0.1 Index]