The purpose of this function is to provide guidance regarding the two most
sensitive steps in the track2KBA analysis: specification of the (1) smoothing
parameter and the (2) grid cell size for kernel density estimation (KDE).
Specifically, the goal is to allow for exploration of the effect of these
parameters and their inter-relatedness, so that an informed decision may be
made regarding their specification in subsequent track2KBA steps.
Kernel density estimation has been identified as particularly sensitive to
the specification of the smoothing parameter (AKA bandwidth, or 'H' value),
that is, the parameter that defines the width of the normal distribution
around each location. Many techniques for identifying 'optimal' smoothing
parameters have been proposed (see Gitzen, Millspaugh, and Kernohan for a
classic review; see Fleming and Calabreses 2017 for a later implementation)
and many of these techniques have their merits; however, in the track2KBA
implementation of KDE we have opted for simplicity.
In the context of the track2KBA analysis, the smoothing parameter ought to
represent the relevant scale at which the animal interacts with the
environment. Therefore, when selecting a Scale value for subsequent
analysis, the user must take into account the movement ecology of the study
species. For species which use Area-Restricted Search (ARS) behavior when
foraging, First Passage Time analysis may be used to identify the scale of
interaction with the environment (Fauchald and Tveraa 2003), however not all
species use ARS when foraging and therefore different techniques must be
used.
What minimum spatial scales are detectable by the data also depends on the
sampling resolution. Therefore, when applying First Passage Time analysis,
findScale
sets the range of scales at which movements are analyzed
based on the distribution of forward, between-point displacements in the
data.
The grid cell size also affects the output of kernel density-based space use
analyses. Therefore, by specifying the res parameter you can check
whether your desired grid cell size is reasonable, given the scale of
movement resolved by your data.