calculate_inputs {soilfoodwebs}R Documentation

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
)

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?

Value

A list of inputs and mineralization rates.

Examples

# Calculate the inputs and outputs of a community. Prints a summary by default and saves a list.
calculate_inputs(intro_comm)

[Package soilfoodwebs version 1.0.2 Index]