Description Usage Arguments See Also Examples
Interpolate missing values between known observations.
1 | approximate_interpolate(dat, maxgap = 3, approx_method = "linear")
|
dat |
Eurostat data frame or a data frame derived from
|
maxgap |
See codena.locf. Defaults to |
approx_method |
Defaults to |
approxfun
in the stats
package.
Other approximate functions:
approximate_locf()
,
approximate_nocb()
1 2 3 4 5 6 7 8 9 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.