plotFootprint: Plot the trajectory of footprint chain

View source: R/camera trap package E.r

plotFootprintR Documentation

Plot the trajectory of footprint chain

Description

Plot the trajectory of footprint chain, highlighting the starting and ending points.

Usage

plotFootprint(chain)

Arguments

chain

A data.frame with column names "Lon", "Lat", and "Date", in the order of recording time at the interval of one second

Author(s)

Xinhai Li (Xinhai_li_edu@126.com)

Examples


 attach(footprintchain)
 plotFootprint(footprintchain)


Xinhai-Li/Rcameratrap documentation built on March 22, 2022, 9:57 a.m.