simulateIndividuals-constructor-class: Wrapper function SimulateIndividuals

Description Usage Arguments Details Value See Also

Description

This function simulates individuals as an Individuals object.

Will simulate nb individuals in receptors fields of a landscape.

Usage

1
2
simulateIndividuals(objectL, n = 200, mintime = 1, maxtime, dob,
  life_duration, toxic_threshold)

Arguments

objectL

A Landscape object

n

Number of individuals to simulate

mintime

Start simulation time

maxtime

End simulation time

dob

A vector for the Date Of Birth of each individual

life_duration

A vector for the life duration of each individual

toxic_threshold

A vector for the intern toxic threshold value leading to death for each individual

Details

The Individuals object output includes for each individual the coordinates, the date of birth, the life duration and the intern toxic concentration.

Value

A S4 Individuals object

See Also

loadIndividuals


SEHmodel documentation built on Sept. 12, 2016, 6:34 a.m.