x3p_interpolate_NA: Interpolate Missing Values in surface.matrix of an 'x3p'...

View source: R/x3p_interpolate_NA.R

x3p_interpolate_NAR Documentation

Interpolate Missing Values in surface.matrix of an 'x3p' object

Description

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

Usage

x3p_interpolate_NA(df, multiple = FALSE, select_col)

Arguments

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

Value

A 'x3p' object with a surface.matrix containing no missing values


xazip/x3pLeaX documentation built on July 14, 2022, 5:37 p.m.