update_parameters {rcontroll}R Documentation

Update global parameters

Description

update_parameters() update the global parameters used in the TROLL simulation from a TROLL outputs for a next simulation. All parameters have a default value used in French Guiana simulations.

Usage

update_parameters(sim, ...)

## S4 method for signature 'trollsim'
update_parameters(sim, ...)

Arguments

sim

trollsim.

...

parameters to update and their values (see generate_parameters() for a complete list).

Value

a data.frame()

See Also

troll(), stack(), generate_parameters()

Examples


data("TROLLv3_output")
head(update_parameters(TROLLv3_output, iters = 10))


[Package rcontroll version 0.1.1 Index]