Learn R Programming

medfate (version 5.0.0)

runners: Rcpp module: Running simulations

Description

This Rcpp module allows running simulations using C++ background objects. They are intended for non-standard users.

Arguments

Details

The module contains the following items:

classes:

single_runner

An S4 class to run spwb_day() or growth_day() simulations on a single site.

multiple_runner

An S4 class to run spwb_day() or growth_day() simulations on multiple sites, if required using parallelization.

watershed_runner

An S4 class to run one day of watershed simulations.

Examples

Run this code
show( runners )

Run the code above in your browser using DataLab