kernels: Common seed isotropic dispersal kernels.

Description Usage Arguments Value Functions Author(s) References Examples

View source: R/RcppExports.R

Description

This is a set of five disersal kernel commonly used to model seeds dispersal.

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21

Arguments

dist

a real positive number giving the dispersal distance.

scal

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

shap

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

Value

The pdf values at distance dist.

Functions

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
2
seqx <- seq(0,10,0.01)
plot(seqx, kern_lognormal(seqx,3,.2), type='l')

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