Skip to contents

Process egestion parameters

Usage

process_egestion_params(egestion_params)

Arguments

egestion_params

Raw egestion parameters

Value

A list identical to egestion_params after validation. No additional derived values are computed; the function ensures the required parameters for the selected EGEQ are present and valid.

Examples

process_egestion_params(list(EGEQ = 1, FA = 0.16))
#> $EGEQ
#> [1] 1
#> 
#> $FA
#> [1] 0.16
#>