Arguments
ctmc
A "ctmc" object (output from "path2ctmc").
stack.static
A rasterStack object, where each layer in the stack is a location-based covariate.
stack.grad
A rasterStack object, where each layer in the stack is a directional
gradient-based covariate
crw
Logical. If TRUE (default), an autocovariate is created for each cell
visited in the CTMC movement path. The autocovariate is a
unit-length directional vector pointing from the center of the most
recent grid cell to the center of the current grid
normalize.gradients
Logical. Default is FALSE. If TRUE, then all gradient
covariates are normalized by dividing by the length of the gradient
vector at each point.
grad.point.decreasing
Logical. If TRUE, then the gradient covariates are positive in the
direction of decreasing values of the covariate. If FALSE, then the
gradient covariates are positive in the direction of increasing values
of the covariate (like a true gradient).
include.cell.locations
Logical. If TRUE, then the x and y locations of the centers of the (1) current
and (2) neighboring raster cells will be returned for each row in the created
data matrix.