plot.movetrack: Quick plot of a track (against x-y-time)

Description Usage Arguments

View source: R/plot.movetrack.R

Description

Plotting x-y, time-x, time-y scan of a track. This function will take x, y, and time coordinates or a movetrack class object

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
plot.movetrack(
  x,
  y = NULL,
  time = NULL,
  id = NULL,
  layout = NULL,
  auto.par = NULL,
  exportPDF = FALSE,
  col = NULL,
  ...
)

Arguments

x

is a 'track' class object, or any data-frame that contains (at least) three columns labeled "time", "x" and "y"

id

id of animal(s) to plot. If NULL - use subset or first animal.

exportPDF

a logical indicating whether or not to export a PDF of all animal tracks to the local working directory (default=FALSE).

...

options to be passed to plot functions


ABoVE-AotM/above documentation built on May 28, 2020, 6:08 a.m.