perceptualRange: Define a perceptual range

View source: R/internal.r

perceptualRangeR Documentation

Define a perceptual range

Description

Defines the perceptual range to be used in a movement state.

Usage

perceptualRange(type = "circular", radius)

Arguments

type

defines the type of weights that are given to each pixel, according to the distance to its center. One of circular or gaussian.

radius

the radius of the circular perceptual range, or the sigma of the gaussian perceptual range, in map units.

Details

The perceptual range is often defined as the distance (radius) at which the species perceives the environment, based, e.g., on sense of smell, vision, audition, etc. (Lima & Zollner 1996; Powell 2000). In SiMRiv, perceptual range should be seen as the distance (radius) at which the species evaluates the landscape resistance around its current location, influencing species next heading. Perceptual range size can be defined (in meters or other map units) based on available literature (on species perceptual range, or, as its surrogate, species home range size), on expert-based criteria, or be estimated from real data.

A circular range gives equal weight to all pixels, which form a circle centered on current individual's position. A gaussian range gives weights corresponding to a gaussian kernel centered on current individual's position.

References

  • Lima, S. L., & Zollner, P. A. (1996). Towards a behavioral ecology of ecological landscapes. Trends in Ecology & Evolution, 11(3), 131-135.

  • Powell, R. A. 2000. Animal home ranges and territories and home range estimators. In: Research techniques in animal ecology: controversies and consequences, 442. Boitani, L., & Fuller, T. (Eds.). Columbia university press, New York: pp.65-110.

See Also

state.


miguel-porto/SiMRiv documentation built on Sept. 19, 2023, 2:47 a.m.