View source: R/Visualize_tracks.R
mapTracks | R Documentation |
Creates a simple plot of logger tracks using a grouping variable for plot colours
mapTracks(
data,
groups = "dep_id",
legend_label = "Deployments",
use_legend = T
)
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) |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.