Create a data frame of scenario inputs for a generic simulation that will run within ss3sim. Users can add more arguments, but the scenario will run without changing the returned value.

setup_scenarios_defaults(nscenarios = 1)

Arguments

nscenarios

The number of rows you want returned in the data frame. This argument removes the need for users to call base::rbind() repeatedly on the output when you want to have more than one scenario. All rows will be identical with the default settings. The default is a single row.

Value

A data frame with the minimal information needed to run a scenario. The number of rows of the data frame depends on nscenarios.

Author

Kelli F. Johnson