linear_interp | R Documentation |
Replaces NA
values with linear interpolation.
linear_interp(x)
x |
[mandatory] (numeric) A numeric vector possibly containing
|
A numeric vector of the same length as x
, with NA
values replaced by linear interpolation.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.