Learn R Programming

rcontroll (version 0.1.2)

update_parameters: 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 trollsim update_parameters(sim, ...)

Value

a data.frame()

Arguments

sim

trollsim.

...

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

See Also

troll(), stack(), generate_parameters()

Examples

Run this code

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

Run the code above in your browser using DataLab