get_param: Get scenario parameters

get_paramR Documentation

Get scenario parameters

Description

For scenario sequences, only the parameters of the first scenario in the sequence is returned. To access parameters of a specific scenario in the sequence, use get_param() on the individual scenario object.

Usage

get_param(x)

## S4 method for signature 'list'
get_param(x)

## S4 method for signature 'EffectScenario'
get_param(x)

## S4 method for signature 'ScenarioSequence'
get_param(x)

## S4 method for signature 'ParameterSet'
get_param(x)

Arguments

x

object to fetch parameters from

Value

(list of) list(s) with key-value pairs

Methods (by class)

  • get_param(list): Returns a list of parameter lists (if applicable)

  • get_param(EffectScenario): Returns a list parameters for a single scenario

  • get_param(ScenarioSequence): Returns a list of parameter lists, one for each scenario in the sequence

  • get_param(ParameterSet): Returns a list of parameters for a single parameter_set

See Also

set_param()

Examples

minnow_it %>% get_param()

cvasi documentation built on Sept. 11, 2025, 5:11 p.m.