meanDispDist: Mean dispersal distance

Description Usage Arguments Details Value Author(s) References Examples

View source: R/meanDispDist.R

Description

Mean dispersal distance for the five disersal kernel implemented.

Usage

1
meanDispDist(name, scal, shap = NULL)

Arguments

name

a character string that names of the dispersal kernel chosen.

scal

a real positive number giving the scale parameter of the kernel.

shap

a real positive number giving the shape parameter of the kernel.

Details

Currently, valid names are gaussian, exponential, exponential_power, k2Dt and lognormal.

Value

The mean dispersal distance.

Author(s)

Kevin Cazelles

References

Nathan, R., Klein, E., Robledo-Arnuncio, J.J. and Revilla, E. (2012) Dipsersal Kernels: Review in Dispersal Ecology and Evolution. Oxford University Press.

Examples

1
meanDispDist('gaussian', 10)

KevCaz/recruitR documentation built on Nov. 27, 2020, 11:33 p.m.