Description Usage Arguments Details Value
Aggregate tracking data with a specific spatial and temporal resolution
1 | bin_tracking_data(data, spatial = 1000, temporal = "week")
|
data |
Tracking data to be aggregated with the columns
|
spatial |
Spatial resolution in meters to be used to aggregate the data
(default |
temporal |
Temporal resolution to be used to aggregate the data (default
|
The aggregation is done in a spatiotemporal grid based on the
provided spatial and temporal resolution. The spatial aggregation is done
on a Behrmann equal area grid with as cell size the specified spatial
resolution in meters. The temporal aggregation accepts either on of the
following string literals: "day"
, "week"
, "month"
,
"year"
or a date time format string e.g. "%Y-%m-%d"
Data frame with columns "organismID"
, "decimalLongitude"
,
"decimalLatitude"
, "eventDateArrival"
, "eventDateDeparture"
and "detections"
.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.