add_scenario: Add a scenario to a dsc.

Description Usage Arguments Value

Description

Adds a scenario to a dsc.

Usage

1
2
add_scenario(dsc, name, fn, args = NULL, seed, metatype = "default_meta",
  inputtype = "default_input")

Arguments

dsc

The dsc to add the sceanario to.

name

A character string.

fn

The datamaker, a function that is the datamaker for the scenario.

args

A list of arguments to the datamaker.

seed

A vector of integers showing seeds to use for the scenario.

Value

Nothing, but modifies the dsc environment.


stephens999/dscr documentation built on May 30, 2019, 3:20 p.m.