# \donttest{
# temporary demonstration project copy
cv_dir <- demoProject()
# load temporary demonstration project
x <- RPhosFate(
cv_dir = cv_dir,
ls_ini = TRUE
)
# presupposed method calls
x <- firstRun(x, "SS")
x <- snapGauges(x)
x <- autoCalibrate(
x,
"SS",
col = "SS_load",
interval = c(1e-3, 2e-3),
metric = "KGE"
)# }
Run the code above in your browser using DataLab