Get bounding box of a track.
Get bounding box of a track.
bbox(x, ...) ## S3 method for class 'track_xy' bbox(x, spatial = TRUE, buffer = NULL, sf = FALSE, ...) ## S3 method for class 'steps_xy' bbox(x, spatial = TRUE, buffer = NULL, sf = FALSE, ...)
x |
|
... |
Further arguments, none implemented. |
spatial |
|
buffer |
|
sf |
|
data(deer) bbox(deer) bbox(deer, spatial = FALSE) bbox(deer, buffer = 100, spatial = FALSE) # For steps deer %>% steps_by_burst %>% bbox(spatial = FALSE) deer %>% steps_by_burst %>% bbox(buffer = 100, spatial = FALSE) deer %>% steps_by_burst %>% random_steps %>% bbox(spatial = FALSE)
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.