View source: R/fidelity_funs_calculate-return-intensity.R
calc_spint_track | R Documentation |
Function to calculate spatial intensity of returns on a single scenario/ID
combination. Called by calc_spint()
.
calc_spint_track(r, dist, lag)
r |
Data frame of returns obtained from
|
dist |
Numeric. Distance used to calculate returns. Unit should
match the unit of the coordinates: m if UTM, degrees if lat/long.
#' @param lag Numeric. Temporal lag of returns (unit is locations, e.g., 42 for
one week at 6h resolution). Must match one of the lags used in
|
A vector with as many elements as the number of locations that were revisited at least once. Values indicate the number of returns to each of those revisited locations.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.