View source: R/evaluateWegen.R
evaluateWegen | R Documentation |
Compare observed and simulated climate statistics
evaluateWegen(
daily.sim = NULL,
daily.obs = NULL,
output.path = NULL,
variables = NULL,
variable.labels = NULL,
variable.units = NULL,
realization.num = NULL,
wet.quantile = 0.2,
extreme.quantile = 0.8,
show.title = TRUE
)
daily.sim |
A matrix of daily time-series of weather variables |
daily.obs |
A vector of daily time-series of observed weather series |
output.path |
A character string to define the path of resulting netcdf file |
variables |
A vector object specifying the names of weather variables |
variable.labels |
A vector object specifying the names of weather variable labels |
variable.units |
A vector object specifying the names of weather variable units |
realization.num |
number of weather realizations |
wet.quantile |
precip. quantile for calculating monthly wet state threshold |
extreme.quantile |
precip. quantile for calculating monthly extremely wet state threshold |
show.title |
PLACEHOLDER |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.