plot_track: Plot a track or series of tracks

View source: R/plot.R

plot_trackR Documentation

Plot a track or series of tracks

Description

Plot a track or series of tracks

Usage

plot_track(
  x,
  X = NULL,
  title = "Particle Track",
  filename = c(NA, "particle_track.png")[1],
  ext = x,
  legend_pos = c("none", "topleft")[2],
  ...
)

Arguments

x

sf POINT tibble. If it has a 'track' variable (column) then each is plotted

X

NE_Physics object

title

character plot title

filename

character or NA, optional output file as PNG

ext

object that defines plot extent, by default p See plot

legend_pos

character, location of legend, see graphicslegend, set to "none" to not show legend. Default is "topleft"

...

other arguments for png


BigelowLab/fvcom documentation built on Nov. 8, 2024, 2:24 p.m.