Learn R Programming

SEHmodel (version 0.0.10)

simulateIndividuals: Wrapper function SimulateIndividuals

Description

Wrapper to create an Individuals object.

Will simulate nb individuals in receptors fields of a landscape.

Usage

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 for each individual before death

Value

  • A S4 Individuals object