Learn R Programming

fb4package (version 2.0.0)

contaminant_model_2: Contaminant model 2 - With temperature and weight dependent elimination (Low-level)

Description

Model with food uptake and elimination dependent on temperature and weight Based on Trudel & Rasmussen (1997) for MeHg

Usage

contaminant_model_2(
  consumption,
  weight,
  temperature,
  prey_concentrations,
  assimilation_efficiency,
  current_burden
)

Value

List with clearance, uptake, and new burden

Arguments

consumption

Vector of consumption by prey (g/day)

weight

Fish weight (g)

temperature

Water temperature (deg C)

prey_concentrations

Vector of concentrations in prey (ug/g)

assimilation_efficiency

Vector of assimilation efficiencies

current_burden

Current body burden (ug)