| get_param | R Documentation |
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.
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)
x |
object to fetch parameters from |
(list of) list(s) with key-value pairs
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
set_param()
minnow_it %>% get_param()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.