deselectNonMovementSteps:
Flag non-movements so they are excluded from MKDE estimation
Description
This function deselects move steps where the probability that the
initial and final location are the same location is greater than or
equal to a user-defined threshold probability
Usage
deselectNonMovementSteps(move.dat, p)
Arguments
move.dat
A move data object created with initializeMovementData
p
The threshold probability
Value
An updated move data list object is returned.
Details
If the probability that the initial and final location are the same
location is greater than or equal to a user-defined threshold
probability, the corresponding value in move.dat$use.obs is set to
FALSE. Note that this function is not called within initialzeDensity.
If you want to exclude locations because they the initial location in
a non-movement step, this function must be used before computing the density.