ggTraj: Plot animal trajectories (ggplot)

Description Usage Arguments Value Author(s) Examples

Description

Plot animal trajectories (ggplot)

Usage

1
ggTraj(df, xyi = c("x", "y", "ndowid"))

Arguments

df

The dataframe of the animals GPS points

xyi

A character vector of the x, y coordinates and animal ID. Default values are c('x', 'y', 'ndowid')

Value

A ggplot of the animal trajectory. The plot has basic styling applied for consistency. The plot can be saved to a variable and styling can be added with ggplot2 functions.

Author(s)

Mitchell Gritts

Examples

1
ggTraj(df, c('x', 'y', 'ndowid'))

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