sEddyProc_sPlotFingerprintY.Rd
Plot fingerprint for a single year scaled to all data.
sEddyProc_sPlotFingerprintY(Var = Var.s,
QFVar = "none", QFValue = if (!missing(QFValue.n)) QFValue.n else NA_real_,
Year = Year.i, onlyLegend = if (!missing(Legend.b)) Legend.b else F,
colors = if (!missing(Col.V)) Col.V else colorRampPalette(c("#00007F",
"blue", "#007FFF", "cyan", "#7FFF7F",
"yellow", "#FF7F00", "red", "#7F0000"))(50),
valueLimits = range(Plot.V.n, na.rm = TRUE),
data = cbind(sDATA, sTEMP), dts = sINFO$DTS,
Var.s, QFVar.s, QFValue.n, Year.i, Legend.b,
Col.V)
Variable to plot
Quality flag of variable to be filled
Value of quality flag for data to plot
Year to plot
Plot only legend
Color palette
for fingerprint plot
(can be also defined by user), i.e. color scale argument to
image
values outside this range
will be set to the range borders to avoid distorting colour scale
e.g. valueLimits = quantile(EddyProc.C$sDATA$NEE, prob = c(
0.05, 0.95), na.rm = TRUE)
data.frame with variables to plot
numeric integer of hours in day
deprecated
deprecated
deprecated
deprecated
deprecated
deprecated