tmprAlign: Automatically remove cross thermister observation difference

Description Usage Arguments Examples

Description

This function assign NA to the specific dates range and variables

Usage

1
2
tmprAlign(rB3in, metaD, startDate, endDate, varNames, dTPerctile,
  wndSpdPerctile, logID, Reason, showPlot, savePlot, plotType)

Arguments

rB3in

data frame input

startDate

start date

endDate

endDate

varNames

list of variable names or keywords (e.g. varNames = "tmpwtr")

dTPerctile

percentile of temperature variation to determine mixed periods

wndSpdPerctile

percentile of windspeed to make assure mixed periods (optional). wndspd values will be used

logID

write an operation identifier to the log frames

Reason

reason for hte logged changes (character)

showPlot

display figure in plots window (TRUE/FALSE)

savePlot

save figure to a path (TRUE/FALSE)

plotType

'All' = allvars on one plot, compare before and after, '1by1' = separate panel of before and after for each vasr

Examples

1
newDF <- tmp_align(rB3in, startDate, endDate, varNames, dTPerctile, wndSpdPerctile, logID, Reason, showPlot, savePlot)

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