Learn R Programming

fb4package (version 2.0.0)

contaminant_model_1: Contaminant model 1 - Food uptake only (Low-level)

Description

Simple model without elimination, only accumulation from food

Usage

contaminant_model_1(
  consumption,
  prey_concentrations,
  transfer_efficiency,
  current_burden
)

Value

List with clearance, uptake, and new burden

Arguments

consumption

Vector of consumption by prey (g/day)

prey_concentrations

Vector of concentrations in prey (ug/g)

transfer_efficiency

Vector of transfer efficiencies

current_burden

Current body burden (ug)