Learn R Programming

SEHmodel (version 0.0.10)

create.pollen.sources: Pollen sources emission model

Description

Create pollen sources emission

Usage

create.pollen.sources(nbOfSource = 200, numberOfDay = 60,
  density = runif(1, 7, 11), pollen = rgamma(1, shape = 1.6, scale = 1/(2 *
  10^-7)))

Arguments

nbOfSource
Number of source fields
numberOfDay
Number of days of possible emission
density
Plant density plant/m$^2$
pollen
Pollen production seeds/plant

Value

  • A matrix indexed by sources ID (in rows) and by time ( in columns) whose rows give the values of pollen emission for every sources.