plot_track: Plot Track

View source: R/plot_track.R

plot_trackR Documentation

Plot Track

Description

Default method for plotting tracks

Usage

plot_track(
  track,
  pch = 19,
  col = rgb(0, 0, 0, 0.2),
  cex = NULL,
  type = NULL,
  ...
)

Arguments

track

a two-column matrix matrix or a complex location vector.

pch

default point style (filled circle)

col

default color (transluscent grey)

cex

character expansion

type

type of the plot

...

other arguments to pass to plot

Examples

library(smoove)
data(Kestrel)
plot_track(Kestrel[,c('X','Y')])

EliGurarie/smoove documentation built on Aug. 2, 2022, 10:26 p.m.