sEddyProc_sPlotDiurnalCycleM | R Documentation |
The diurnal cycles of a single month are plotted to the current device, scaled to all data. Each year is plotted as a different (coloured) line.
sEddyProc_sPlotDiurnalCycleM(Var = Var.s,
QFVar = if (!missing(QFVar.s)) QFVar.s else "none",
QFValue = if (!missing(QFValue.n)) QFValue.n else NA_real_,
Month = Month.i, Legend = if (!missing(Legend.b)) Legend.b else T,
data = cbind(sDATA, sTEMP), dts = sINFO$DTS,
Var.s, QFVar.s = "none", QFValue.n = NA_real_,
Month.i, Legend.b = T)
Var |
Variable to plot |
QFVar |
Quality flag of variable to be filled |
QFValue |
Value of quality flag for data to plot |
Month |
Month to plot |
Legend |
Plot with legend |
data |
data.frame with variables to plot |
dts |
numeric integer |
Var.s |
Variable to plot |
QFVar.s |
Quality flag of variable to be filled |
QFValue.n |
Value of quality flag for data to plot |
Month.i |
Month to plot |
Legend.b |
Plot with legend |
AMM, KS 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.