# CONTEQ 1: food uptake only, no elimination
params <- list(
CONTEQ = 1,
prey_concentrations = c(0.05, 0.08),
transfer_efficiency = c(0.8, 0.8)
)
calculate_contaminant_accumulation(
respiration_o2 = 0.02, consumption = c(2.0, 1.0),
weight = 100, temperature = 15,
current_concentration = 0.1,
processed_contaminant_params = params
)
Run the code above in your browser using DataLab