CreateMoveKernelWeibull: CreateMoveKernelWeibull

Description Usage Arguments Details Value

View source: R/move.R

Description

Create a movement kernel matrix based on a wrapped Cauchy distribution for direction and a Weibull distribution for distance.

Usage

1
2
CreateMoveKernelWeibull(max_r, cellsize, mu, rho, shape, scale,
   ignore_cauchy, ignore_weibull)

Arguments

max_r

maximum radius of kernel in meters, default = 300

cellsize

cell size in meters, default = 30

mu

mu parameter of wrapped Cauchy distribution, 0 radians is due east because everything is based on the Unit Circle

rho

rho parameter of wrapped Cauchy distribution

shape

shape parameter of Pareto distribution

scale

scale parameter of Pareto distribution

ignore_cauchy

logical, removes cauchy kernel's contribution to output raster. Default is FALSE.

ignore_weibull

logical, removes Weibull kernel's contribution to output raster. Default is FALSE.

Details

the Weibull parameters need to be based on distance in meters

Value

matrix


Blakemassey/ibmr documentation built on Dec. 25, 2021, 8:39 a.m.