filterRoc: Remove values that exceed rate of change - replace with NA

Description Usage Arguments Examples

Description

Specify a maximum ROC manually, or read from the 'ctrls' (which have been read from source dataset headers)

Usage

1
2
filterRoc(rB3in, startDate, endDate, varNames, maxRoc, logID, Reason,
  showPlot, savePlot)

Arguments

rB3in

rB3 object input

startDate

start date

endDate

endDate

varNames

list of variable names or keywords

maxRoc

maximum allowed rate of change between consecutive values (irrespective of time diff)

logID

write an operation identifier to the log frames, default = NA

showPlot

display figure in plots window, and prompt to accept changes (TRUE/FALSE)

savePlot

save the figure to a path (provide path relative to working directory)

Examples

1
newDF <- exclude_vars(myDF,metaData,varNames = c("pH","wndDir"))

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