get_parameter_value: Get Parameter Value from Species Parameters
Description
Retrieves a specific parameter value from species parameter lists,
searching across all parameter categories.
Usage
get_parameter_value(params, param)
Value
The value associated with param in the first category of
params where it is found, or NULL if param is not
present in any category. The type of the returned value matches the
stored parameter (typically a numeric scalar).