mapTracks: Map logger tracks

View source: R/Visualize_tracks.R

mapTracksR Documentation

Map logger tracks

Description

Creates a simple plot of logger tracks using a grouping variable for plot colours

Usage

mapTracks(
  data,
  groups = "dep_id",
  legend_label = "Deployments",
  use_legend = T
)

Arguments

data

tracking data in the seabiRds format

groups

name of the variable to use for plotting line/point colours

legend_label

Title for legend

use_legend

Should the legend be plotted (TRUE/FALSE)


allisonglider/seabiRds documentation built on Feb. 14, 2025, 7:37 a.m.