get_uE0: Get Initial Scaled Reserves

Description Usage Arguments Value Author(s) References Examples

Description

This function calculates the initial scaled reserves, i.e. the scaled reserves of the egg considering the mother scaled energy reserves and the length at birth

Usage

1
get_uE0(p, lb, f)

Arguments

p

a list containing all the DEB parameters for the species. Called by the get_DEB_pars function.

lb

scaled length at birth

f

scaled energy reserves for the mother.

Value

uE0

d cm^2, a scalar with the scaled initial reserve of the egg. It is un-scaled by multiplying it for p_Am

Author(s)

Antonio Aguera. Danish Shellfish Center, DTU-aqua, Nykoebing Mors, Denmark

References

DEBlab, http://http://www.bio.vu.nl/thb/deb/deblab/

Kooijman SALM (2010) Dynamic Energy Budget theory for metabolic organisation, Third edn. Cambridge University Press, Cambridge, 509 pp.

Lika K, Kearney MR, Freitas V et al. (2011) The covariation method for estimating the parameters of the standard Dynamic Energy Budget model I: Philosophy and approach. Journal of Sea Research, 66, 270_277.

Lika K, Kearney MR, Kooijman SALM (2011) The covariation method for estimating the parameters of the standard Dynamic Energy Budget model II: Properties and preliminary patterns. Journal of Sea Research, 66, 278_288.

Examples

1
2
3
4
5
6
7
path <- system.file('data', package='DEB.tools')
name <- file.path(path, 'results_Odontaster_validus.mat')
p <- get_DEB_pars(name)
f<-1
ltR <- get_tj(p, f)
U_E0 <- get_uE0(p, ltR$lb, f)   # d.cm^2, initial scaled reserve
Wd_0 <- 1e6 * U_E0 * p$p_Am * p$w_E / p$mu_E   # ug, initial (=egg) dry weight

Echinophoria/DEB_output documentation built on Nov. 19, 2019, 10:46 p.m.