View source: R/sobol_run_map.R
sobol_run_map | R Documentation |
Modify an existing cfp_run_map
for sobol indice estimation or create a
new one from scratch.
sobol_run_map(x, ...)
## S3 method for class 'cfp_dat'
sobol_run_map(x, ...)
## S3 method for class 'cfp_run_map'
sobol_run_map(x, ...)
x |
Either an object of class |
... |
Arguments passed on to
|
A cfp_run_map to be used in alternate for sensitivity analysis.
Other sobol:
sobol_calc_indices()
PROFLUX <- pro_flux(base_dat)
sobol_run_map(PROFLUX,
params = list("TPS" = c(0.9, 1.1),
"t" = c(0.9, 1.1)),
type = c("factor", "factor"),
n_runs = 10)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.