plotTraj: Plot an animal trajectory

Description Usage Arguments Value Author(s) Examples

Description

Plot an animal trajectory

Usage

1
plotTraj(x, y, id = NULL)

Arguments

x

The x geographic coordinate to plot

y

the y geographic coordinate to plot

id

The column of the individual IDs.

Value

A plot of the animal trajectory. Each point is connected by a line. The start of the trajectory is shown as the green circle, the end as the red circle.

Author(s)

Mitchell Gritts

Examples

1
plotTraj(df$X, df$Y, df$ndowid)

ndow-wisr/rNDOW documentation built on May 23, 2019, 1:28 p.m.