Skip to contents

Some scenarios can be referred to as a group, e.g. as "SSPs". In some cases however the individual scenarios of that group are wanted explicitly. This function replaces the group-shortcuts with the names of the scenarios in that group.

Current available groups are: SSPs, SSP2IndiaDEAs

Usage

toolReplaceShortcuts(scenario)

Arguments

scenario

A string (or vector of strings) designating the scenario(s) to be returned. Use toolGetScenarioDefinition() to learn what scenarios are available.

Value

The modified scenario argument, with the group-names replaced.

See also

toolGetScenarioDefinition() for scenario options and definitions. Set getGroupShortcuts to TRUE to return the available shortcuts: toolGetScenarioDefinition(getGroupShortcuts = TRUE).

Examples

toolReplaceShortcuts("SSPs")
#> [1] "SSP1" "SSP2" "SSP3" "SSP4" "SSP5"