inspect {amt} | R Documentation |
Inspect a track
Description
Provides a very basic interface to leaflet
and lets the user inspect relocations on an interactive map.
Usage
inspect(x, ...)
## S3 method for class 'track_xy'
inspect(x, popup = NULL, cluster = TRUE, ...)
Arguments
x |
|
... |
Further arguments, none implemented. |
popup |
|
cluster |
|
Value
An interactive leaflet
map.
Note
Important, x
requires a valid coordinate reference system.
See Also
leaflet::leaflet()
Examples
data(sh)
x <- track(x = sh$x, y = sh$y, crs = 31467)
inspect(x)
inspect(x, cluster = FALSE)
inspect(x, popup = 1:nrow(x), cluster = FALSE)
[Package amt version 0.2.2.0 Index]