scan_track: Scan Track (enhanced plotting with time)

View source: R/scan_track.R

scan_trackR Documentation

Scan Track (enhanced plotting with time)

Description

Plotting x-y, time-x, time-y

Usage

scan_track(
  track = NULL,
  time = NULL,
  x = NULL,
  y = NULL,
  z = NULL,
  set.layout = TRUE,
  ...
)

Arguments

track

on object of class track containing locations and times

time

time vector

x

x coordinates

y

y coordinates

z

optional complex location vector

set.layout

whether to automatically change the layout

...

options to be passed to plot functions

Examples

library(smoove)
data(Kestrel, package='smoove')
par(bty="l", mar = c(0,2,0,2), oma=c(4,0,4,0), xpd=NA) 
with(Kestrel, scan_track(time = timestamp, x = X, y = Y))

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