CreateEcologist: Creates a vector with the behaviour of an ecologist.

Description Usage Arguments Value

Description

CreateEcologist creates a vector with characteristics of the behaviour of an ecologist in the field. The characteristics are: The sampled area of a plot, the detection probability, the identification error, the probability of missed vistis and the costs. The first four characteristics are expected to be in percent.

Usage

1
2
3
CreateEcologist(sampling.area, detection.probability, identification.error,
  probability.missed.visits.forest, probability.missed.visits.farmland,
  probability.missed.visits.grassland, costs)

Arguments

sampling.area

The sampled area of a cell in percent.

detection.probability

A number in percent.

identification.error

A number in percent.

probability.missed.visits.forest

A number in percent.

probability.missed.visits.farmland

A number in percent.

probability.missed.visits.grassland

A number in percent.

costs

A number in monetary units.

Value

A vector with the five characteristics of an ecologist.


fschirr/VirSysMon documentation built on May 16, 2019, 3:34 p.m.