Learn R Programming

fb4package (version 2.0.0)

process_egestion_params: Process egestion parameters

Description

Process egestion parameters

Usage

process_egestion_params(egestion_params)

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.

Arguments

egestion_params

Raw egestion parameters

Examples

Run this code
process_egestion_params(list(EGEQ = 1, FA = 0.16))

Run the code above in your browser using DataLab