View source: R/adjust_daily_to_annual.R
| adjust_daily_to_annual | R Documentation | 
Adjust Daily Values to Match Annual Sums
adjust_daily_to_annual(values_day, years_day, values_yr, years_yr, min_ratio = 0.9, max_ratio = 1.1)
values_day | 
 vector of daily values  | 
years_day | 
 vector of years corresponding to values_day  | 
values_yr | 
 vector of annual sums  | 
years_yr | 
 vector of years corresponding to values_yr  | 
min_ratio | 
 minimum adjustment ratio  | 
max_ratio | 
 maximum adjustment ratio  | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.