sEddyProc_sPlotDiurnalCycle.Rd
Generates image in specified format ('pdf' or 'png') with diurnal cycles.
sEddyProc_sPlotDiurnalCycle(Var = Var.s,
QFVar = if (!missing(QFVar.s)) QFVar.s else "none",
QFValue = if (!missing(QFValue.n)) QFValue.n else NA_real_,
Format = if (!missing(Format.s)) Format.s else "pdf",
Dir = if (!missing(Dir.s)) Dir.s else "plots",
data = cbind(sDATA, sTEMP), dts = sINFO$DTS,
Var.s, QFVar.s, QFValue.n, Format.s,
Dir.s)
Variable to plot
Quality flag of variable to be filled
Value of quality flag for data to plot
Graphics file format (e.g. 'pdf', 'png')
Directory for plotting
data.frame with variables to plot
numeric integer
deprecated
deprecated
deprecated
deprecated
deprecated