Description Usage Arguments Value
View source: R/ExtractData_ClimateDownscaling.R
Add/multiply deltas to historic daily precipitation to generate future daily precipitation without checks
1 2 3 4 5 6 7 8  | applyPPTdelta_simple(
  m,
  data,
  ydelta,
  add_days,
  mult_days,
  set_negPPT_to0 = TRUE
)
 | 
m | 
 An integer vector. Each element corresponds to a day (i.e.,   | 
data | 
 A numeric vector. Precipitation of each day.  | 
ydelta | 
 A numeric vector. Delta values for each day. If computed deltas are monthly, then they must be repeated for each day before passed as argument to this function.  | 
add_days | 
 A logical vector.   | 
mult_days | 
 A logical vector.   | 
set_negPPT_to0 | 
 A logical value. If   | 
A copy of data with adjusted values.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.