daphnia_tefi: Daphnia Growth with Temperature and Food Interaction

Description Usage Format Details References See Also Examples

Description

This is the semi-empirical growth model of Daphnia galeata according to Rinke and Petzoldt (2003).

Usage

1

Format

S4 object according to the timedepModel specification. The object contains the following slots:

Details

To see all details, please have a look into the implementation and the original publications.

References

Rinke, K. and Petzoldt, T. (2003). Modelling the effects of temperature and food on individual growth and reproduction of Daphnia and their consequences on the population level. Limnologica 33(4), 293–304.

Hall, D.J. (1964): An experimental approach to the dynamics of a natural population of Daphnia galeata mendotae. Ecology 45, 94–112.

See Also

sim, parms, init, times.

Examples

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
## create model object
m <- daphnia_tefi()
## inspect parameters, start values, time steps
parms(m)
init(m)
times(m)
## simulate the model
m <- sim(m)
o <- out(m)

plot(m)

parms(m)$L0 <- 0.5
#m <- initialize(m)   # not more necessary, done automatically by sim()
plot(sim(m))

simecolModels documentation built on May 2, 2019, 4:59 p.m.