Description Usage Arguments Value Examples
dataframe of weekly temp parameters for adjusting rSOILWAT Wgen coeffs
1 | wk_summary_wgen(data, mean_mult = 1)
|
data |
dataframe of original weather dat with "Year", "DOY", "Tmax_C", "Tmin_C", "PPT_cm" columns (columns as needed by rSOILWAT2::dbW_estimate_WGen_coefs) |
mean_mult |
what mean event size will be multiplied by |
a dataframe with mean temperature, and number of wet days in each week of year
1 2 3 4 5 | data <-data.frame(rSOILWAT2::dbW_weatherData_to_dataframe(rSOILWAT2::weatherData))
head(wk_summary_wgen(data))
head(rSOILWAT2::dbW_estimate_WGen_coefs(data)[[1]])
# compare
wk_summary_wgen(data, mean_mult = 2)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.