sp <- list(
consumption = list(CEQ = 1, CA = 0.303, CB = -0.275, CQ = 0.06),
egestion = list(EGEQ = 1, FA = 0.16),
excretion = list(EXEQ = 1, UA = 0.10),
predator = list(PREDEDEQ = 3, Alpha1 = 4800, Beta1 = 0.1),
respiration = list(REQ = 2, RA = 0.0033, RB = -0.227,
RQ = 0.025, RTM = 30, RTO = 18),
activity = list(ACT = 1.5),
sda = list(SDA = 0.15)
)
process_species_parameters(sp)
Run the code above in your browser using DataLab