memc_sensfun | R Documentation |
Estimate the local effect of a parameter on a MEMC model output
memc_sensfun(config, t, x, ...)
config |
a MEMC model configuration object, either one of the pre-built configurations listed in |
t |
vector of the time steps to run the model at |
x |
vector of the parameters or initial state values to test |
... |
additional arguments passed to |
The results of FME
::sensFun
.
Other sensitivity:
memc_sensrange()
## Not run:
# Test the sensitivity of the MEND output for V_p, K_p, V_m
pars <- c("V_d" = 3.0e+00,"V_p" = 1.4e+01,"V_m" = 2.5e-01)
out <- memc_sensfun(config = MEND_config, t = t, x = pars)
plot(out)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.