View source: R/ExtractData_ClimateDownscaling.R
Distribute precipitation among days without too extreme values
1 2 3 4 5 6 7 8  | calc_Days_withLoweredPPT(
  data_N,
  this_newPPTevent_N,
  sigmaN,
  this_i_extreme,
  this_pptToDistribute,
  seed = NA
)
 | 
data_N | 
 An integer value. The number of days of the precipitation record to consider.  | 
this_newPPTevent_N | 
 An integer value. The number of days which will received 'spill-over' precipitation.  | 
sigmaN | 
 An integer value. The multiplier of   | 
this_i_extreme | 
 An integer value. The index indicating for which day in the precipitation record, precipitation is removed and redistributed.  | 
this_pptToDistribute | 
 An integer value. The amount of precipitation that was
removed from day   | 
seed | 
 A seed set,   | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.