plotSummary: Summary plots of an animal's tracked path

View source: R/plotSummary.R

plotSummaryR Documentation

Summary plots of an animal's tracked path

Description

This function produces a summary plot of cumulative distance and velocity over time, and rose plots of absolute and relative bearings, based on a list object generated by the trackPath function.

Usage

plotSummary(path.list)

Arguments

path.list

a list object created by the trackPath function

Details

plotSummary uses ggplot2 and gridExtra to produce a four panel summary plot.

Value

A four panel summary plot.


aharmer/pathtrackr documentation built on June 3, 2023, 1:29 p.m.