loess_NA_restore: Local Polynomial Regression Fitting.

Description Usage Arguments Value

View source: R/loess_NA_restore.R

Description

Local Polynomial Regression Fitting with NA-restoring.

Usage

1
loess_NA_restore(data_in, smoo_val = 0.2, NA_restore = TRUE)

Arguments

data_in

Input vector to be smoothed

smoo_val

Smoothing value.

NA_restore

Restore NAs yes or no (T or F)

Value

Smoothed vector.


ERottler/alptempr documentation built on May 7, 2021, 1:12 a.m.