@@ -103,7 +103,7 @@ abline( v = seasonStartsDate$DateTime)
103103The user-specific seasoning is provided to the gap-filling by the argument ` seasonFactor ` .
104104``` {r DEGeb_estUStar1b, cache = TRUE}
105105(uStarTh <- EProc$sEstUstarThold(seasonFactor = seasonFactor))
106- #EProc$useSeaonsalUStarThresholds ()
106+ #EProc$useSeasonalUStarThresholds ()
107107# estimation can be inspected by plotting the saturation of NEE with UStar
108108# for the temperatures of one season
109109#EProc$sPlotNEEVersusUStarForSeason( levels(uStarTh$season)[2] )
@@ -116,11 +116,11 @@ the mean across the years.
116116By default the gap-filling uses annually aggregated estimates of uStar-Threshold.
117117This usually works for sites with continuous vegetation cover.
118118For the crop-site of this example, we will use a different threshold for each of
119- the defined seasons, by calling ` sEddyProc_useSeaonsalUStarThresholds `
119+ the defined seasons, by calling ` sEddyProc_useSeasonalUStarThresholds `
120120before gapfilling.
121121
122122``` {r DEGeb_estUStar1c}
123- EProc$useSeaonsalUStarThresholds ()
123+ EProc$useSeasonalUStarThresholds ()
124124EProc$sGetUstarScenarios()
125125```
126126
@@ -154,7 +154,7 @@ EProc$sEstimateUstarScenarios(
154154# EProc$sGetEstimatedUstarThresholdDistribution()
155155#))
156156#EProc$sSetUstarScenarios(uStarScens)
157- EProc$useSeaonsalUStarThresholds ()
157+ EProc$useSeasonalUStarThresholds ()
158158EProc$sGetUstarScenarios()
159159```
160160
@@ -205,7 +205,7 @@ resUStar <- EProc$sEstUstarThold(
205205 , seasonFactor = seasonFactor
206206 )
207207#(uStarThCP <- usGetSeasonalSeasonUStarMap(resUStar))
208- EProc$useSeaonsalUStarThresholds ()
208+ EProc$useSeasonalUStarThresholds ()
209209EProc$sGetUstarScenarios()
210210```
211211
0 commit comments