sEddyProc_sPlotFingerprintY | R Documentation |
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)
Var |
Variable to plot |
QFVar |
Quality flag of variable to be filled |
QFValue |
Value of quality flag for data to plot |
Year |
Year to plot |
onlyLegend |
Plot only legend |
colors |
Color palette
for fingerprint plot
(can be also defined by user), i.e. color scale argument to
|
valueLimits |
values outside this range
will be set to the range borders to avoid distorting colour scale
e.g. |
data |
data.frame with variables to plot |
dts |
numeric integer of hours in day |
Var.s |
deprecated |
QFVar.s |
deprecated |
QFValue.n |
deprecated |
Year.i |
deprecated |
Legend.b |
deprecated |
Col.V |
deprecated |
AMM, KS, TW Department for Biogeochemical Integration at MPI-BGC, Jena, Germany <REddyProc-help@bgc-jena.mpg.de> [cph], Thomas Wutzler <twutz@bgc-jena.mpg.de> [aut, cre], Markus Reichstein <mreichstein@bgc-jena.mpg.de> [aut], Antje Maria Moffat <antje.moffat@bgc.mpg.de> [aut, trl], Olaf Menzer <omenzer@bgc-jena.mpg.de> [ctb], Mirco Migliavacca <mmiglia@bgc-jena.mpg.de> [aut], Kerstin Sickel <ksickel@bgc-jena.mpg.de> [ctb, trl], Ladislav <U+0160>igut <sigut.l@czechglobe.cz> [ctb]
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.