Description Usage Arguments Value Examples
View source: R/markov_in_modifiers.R
adjust weekly correction temp correction factors
1 | adjust_mkv_woy(mkv_woy, data, mean_mult = 1)
|
mkv_woy |
dataframe of weekly temp datagenerated by rSOILWAT2::dbW_weatherData_to_dataframe |
data |
dataframe of daily temp and precip |
mean_mult |
multiplier that mean precipitation event size is to be multiplied by |
dataframe with same columns as mkv_woy, except the CF have been adjusted (if mean_mult not 1)
1 2 3 4 | data <-data.frame(rSOILWAT2::dbW_weatherData_to_dataframe(rSOILWAT2::weatherData))
mkv_woy <- rSOILWAT2::dbW_estimate_WGen_coefs(data)[[1]]
head(adjust_mkv_woy(mkv_woy, data))
head(adjust_mkv_woy(mkv_woy, data, mean_mult = 2))
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.