simu_my_pet
Simulates individual dynamics using species parameters and environmental data
Contents
Syntax
tELHR = simu_my_pet(species, tT, tX)
Description
Obtains predictions for state trajectories and some traits for start of development till death by aging, in a possibly dynamic environment, using parameters from the AmP collection. These parameter can be overwritten. It is a shell around get_indDyn_mod to plot the trajectories.
Input
- species: character-string with name of entry or cell-string with structures: {metaData, metaPar, par}
- tT: optional (nT,2)-array with time and temperature in Kelvin (default: T=T_typical) If scalar, the temperature is assumed to be constant
- tf: optional (nX,2)-array with time and functional response If scalar, the food density is assumed to be constant (default f=1)
Example of use
- If results_My_Pet.mat exists in current directory (where "My_Pet" is replaced by the name of some species, but don't replace "my_pet"): for example if My_Pet is Torpedo_marmorata then load('results_My_Pet.mat'); simu_my_pet({metaData, metaPar, par}, tT, tf)
- simu_my_pet('Torpedo_marmorata');
- simu_my_pet('Torpedo_marmorata', C2K(18));
- simu_my_pet('Oryzias_latipes', [0 C2K(21); 2*365 C2K(21)] ,0.8)
- simu_my_pet('Megalobulimus_mogianensis', C2K(21),0.8)
- simu_my_pet('Megalobulimus_mogianensis', [0 C2K(21); 10*365 C2K(21)] ,0.8)