View source: R/interpolate_data.R
interpolate_multipleNA | R Documentation |
All sections of NA values that are smaller or equal as a defined maximal number of NA's are interpolated
interpolate_multipleNA(data_vector, max_na)
data_vector |
Numeric vector of measurements (including NA values) |
max_na |
the maximal number of NA values in a row to be interpolated |
A list containing the data vector with interpolated NA value as well as an information about the amount of NA's interpolated
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.