View source: R/x3p_interpolate_NA.R
x3p_interpolate_NA | R Documentation |
This function interpolates the missing values contained in a single 'x3p' object or multiple 'x3p' objects A missing ith jth cell is interpolated by taking the average of that cell's 8 neighbors
x3p_interpolate_NA(df, multiple = FALSE, select_col)
df |
object of class 'x3p' or a tibble style dataframe containing 'x3p' objects |
multiple |
clarify whether user is working with a single 'x3p' object or multiple in a tibble style dataframe |
select_col |
if multiple = TRUE, location of the x3p objects |
A 'x3p' object with a surface.matrix containing no missing values
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.