map_multi_track_base: map_multi_track_base

View source: R/map_multi_track_base.R

map_multi_track_baseR Documentation

map_multi_track_base

Description

map aniMotum-estimated locations from multiple tracks without a behavioural index

Usage

map_multi_track_base(
  map_type,
  obs_sf,
  conf_sf,
  line_sf,
  loc_sf,
  by.id,
  by.date,
  extents,
  buffer,
  aes,
  silent,
  ...
)

Arguments

map_type

coastline data to be used in maps

obs_sf

observed location geometry

conf_sf

confidence ellipses around estimated locations, if specified

line_sf

track line, if specified

loc_sf

estimated location geometry

by.id

colour estimated locations by id (logical)

by.date

colour estimated locations by date (logical)

extents

map extents

buffer

distance (in km) to buffer locations for subsetting land polygons (default = 10000). If map extents are expanded by many factors then the buffer distance may need to be increased, otherwise this should not be used.

aes

a list of map aesthetics (size, shape, col, fill, alpha) to be applied, in order, to: 1) estimated locations,; 2) confidence ellipses; 3) track lines; 4) observed locations; 5) land regions; 6) water regions

silent

logical; map silently (default = FALSE)

...

additional arguments passed to ggspatial::annotation_map_tile


ianjonsen/foieGras documentation built on Jan. 17, 2025, 11:15 p.m.