applyInterp: Interpolate NA values

Description Usage Arguments Examples

Description

Assign linearly interpolated numbers for na when na is repeated less than maxNArep number of times.

Usage

1
2
applyInterp(rB3in, startDate, endDate, varNames, maxNArep, logID, Reason,
  showPlot, savePlot)

Arguments

startDate

start date

endDate

endDate

varNames

variable names or keywords

maxNArep

maximum repeated NA

logID

assign log ID

plotPath

plot figure of before and after

Examples

1
rB3out <- applyInterp(rB3in, maxNArep = 4)

kohjim/rB3 documentation built on May 10, 2019, 9:51 a.m.