calculate_inputs: A function to calculate the inputs and outputs at equilibrium and print them for the user.
Description
A function to calculate the inputs and outputs at equilibrium and print them for the user.
Usage
calculate_inputs(
usin,
DIETLIMTS = NA,
diet_correct = TRUE,
Conly = FALSE,
verbose = TRUE,
toround = TRUE
)
Value
A list of inputs and mineralization rates.
Arguments
- usin
The community you want to simulate.
- DIETLIMTS
The diet limits matrix for the stoichiometry correction (proportion of diet)?
- diet_correct
Boolean: Does the organism correct it's diet?
- Conly
Boolean: Is the model meant for carbon only?
- verbose
Boolean: Do you want to print the summary in the Console?
- toround
Boolean: Should the answer be rounded?
Examples
Run this code# Calculate the inputs and outputs of a community. Prints a summary by default and saves a list.
calculate_inputs(intro_comm)
Run the code above in your browser using DataLab