@@ -137,10 +137,10 @@ sEddyProc$methods(.sxClosePlot = .sEddyProc_sxClosePlot)
137137sEddyProc_sPlotFingerprintY <- function (
138138 # ## Plot fingerprint for a single year scaled to all data.
139139 Var = Var.s # #<< Variable to plot
140- , QFVar = ' none' # #<<
141- # # Quality flag of variable to be filled
142- , QFValue = if (! missing(QFValue.n )) QFValue.n else NA_real_ # #<<
143- # # Value of quality flag for data to plot
140+ , QFVar = ' none' # #<< Quality
141+ # # flag of variable to be filled
142+ , QFValue = if (! missing(QFValue.n )) QFValue.n else NA_real_ # #<< Value
143+ # # of quality flag for data to plot
144144 , Year = Year.i # #<< Year to plot
145145 , onlyLegend = if (! missing(Legend.b )) Legend.b else F # #<< Plot
146146 # # only legend
@@ -266,8 +266,8 @@ sEddyProc_sPlotFingerprint <- function(
266266 , QFVar = ' none' # #<< Quality flag of variable to be filled
267267 , QFValue = if (! missing(QFValue.n )) QFValue.n else NA_real_ # #<< Value of
268268 # # quality flag for data to plot
269- , Format = if (! missing(Format.s )) Format.s else ' pdf' # #<<
270- # # Graphics file format (e.g. 'pdf', 'png')
269+ , Format = if (! missing(Format.s )) Format.s else ' pdf' # #<< Graphics
270+ # # file format (e.g. 'pdf', 'png')
271271 , Dir = if (! missing(Dir.s )) Dir.s else ' plots' # #<< Directory
272272 # # for plotting
273273 , ... # #<< further arguments to \code{\link{sEddyProc_sPlotFingerprintY}}
@@ -490,10 +490,10 @@ sEddyProc$methods(sPlotDiurnalCycle = sEddyProc_sPlotDiurnalCycle)
490490sEddyProc_sPlotHHFluxesY <- function (
491491 # ## Plot half-hourly fluxes for a single year scaled to all data.
492492 Var = Var.s # #<< Variable to plot
493- , QFVar = if (! missing(QFVar.s )) QFVar.s else ' none' # #<<
494- # # Quality flag of variable to be filled
495- , QFValue = if (! missing(QFValue.n )) QFValue.n else NA_real_ # #<<
496- # # Value of quality flag for data to plot
493+ , QFVar = if (! missing(QFVar.s )) QFVar.s else ' none' # #<< Quality
494+ # # flag of variable to be filled
495+ , QFValue = if (! missing(QFValue.n )) QFValue.n else NA_real_ # #<< Value
496+ # # of quality flag for data to plot
497497 , Year = Year.i # #<< Year to plot
498498 , data = cbind(sDATA , sTEMP ) # #<< data.frame with variables to plot
499499 , dts = sINFO $ DTS # #<< numeric integer
@@ -844,7 +844,7 @@ sEddyProc_sPlotNEEVersusUStarForSeason <- function(
844844 , HInchSingle = 6 * 0.394 # #<< height of a subplot in inches, defaults to 6cm
845845 , ... # #<< other arguments to \code{.plotNEEVersusUStarTempClass},
846846 # # such as xlab and ylab axis label strings
847- , data = cbind(sDATA , sTEMP , sUSTAR_DETAILS $ bins [,c(" uStarBin" ," tempBin" )]) # #<<
847+ , data = cbind(sDATA , sTEMP , sUSTAR_DETAILS $ bins [,c(" uStarBin" ," tempBin" )]) # #<< a
848848 # # data.frame with variables to plot
849849) {
850850 # #author<< TW
0 commit comments