plot_track: Plot a track or series of tracks

Description Usage Arguments

View source: R/track.R

Description

Plot a track or series of tracks

Usage

1
2
3
4
5
6
7
8
plot_track(
  p,
  X = NULL,
  title = "Particle Track",
  filename = c(NA, "particle_track.png")[1],
  ext = p,
  ...
)

Arguments

p

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

...

other arguments for png


BigelowLab/necofs documentation built on Jan. 7, 2022, 11:59 a.m.