View source: R/parameter_accessors.R
get_param_from_simulatr_spec | R Documentation |
Returns the requested parameter from a simulatr_specifier object.
get_param_from_simulatr_spec(simulatr_spec, row_idx, param)
simulatr_spec |
a simulatr_specifier object |
row_idx |
index giving the row of the parameter grid; if NULL, returns all values (if parameter stored in grid) or fixed value (if parameter stored in fixed params list) |
param |
name of the parameter |
If the parameter is present in both the parameter grid and the fixed parameter list, returns value from parameter grid. If parameter is not present in either, throws an error.
the value of the requested parameter
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.