linear_interp: Simple Linear Interpolation

View source: R/access_db.R

linear_interpR Documentation

Simple Linear Interpolation

Description

Replaces NA values with linear interpolation.

Usage

linear_interp(x)

Arguments

x

[mandatory] (numeric) A numeric vector possibly containing NA values.

Value

A numeric vector of the same length as x, with NA values replaced by linear interpolation.


geeLite documentation built on Aug. 9, 2025, 1:08 a.m.