View source: R/bias_correct_energy_etc.R
bias_correct_energy_etc | R Documentation |
Bias correct stomach content due to prey energy density and armament.
bias_correct_energy_etc(
x,
nodc_group_file,
param_file,
temperature_file,
energy_file,
hour_multiplier = 1,
pred_length_multiplier = 1,
stomach_consum = c("stom", "cons")[1]
)
x |
Stomach data of class |
nodc_group_file |
a |
param_file |
b |
temperature_file |
c |
energy_file |
d |
hour_multiplier |
The stomach contents prey weight (prey_w) is transformed into an eaten food ration (grammes per hour) which can be considered a as proxy for stomach contents weight.food ration
The unit, grammes per hour can be changed by the hour_multiplier, e.g |
pred_length_multiplier |
Multiplier for predator length (to derive the predator length used (in cm) from the predator length variable (pred_l)used in data) |
stomach_consum |
bias correct stomach observations or estimate unbiased food consumption |
Stomach contents data of class STOMobs
where the observed prey weights has been recalculated to ration eaten by hour (or any other unit chosen by hour_multiplier
)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.