fx: One dimentional dispersal kernel function.

Description Usage Arguments Value Author(s) Examples

View source: R/fx.R

Description

Computes user-defined one dimensional dispersal kernels.

Usage

1
fx(x, a, c)

Arguments

x

vector of distances.

a

Alpha value.

c

C value.

Value

numeric vector.

Author(s)

Luca Butikofer

Examples

1
2
3
plot(1:1000, fx(x= 1:1000, a= 300, c=2), type='l',
 ylab= 'Probablitiy', xlab='Distance',
 main= 'One Dimensional Dispersal Kernel \n Alpha= 300; C= 2')

Biolinv documentation built on March 30, 2021, 5:13 p.m.

Related to fx in Biolinv...