View source: R/camera trap package E.r
plotFootprint | R Documentation |
Plot the trajectory of footprint chain, highlighting the starting and ending points.
plotFootprint(chain)
chain |
A data.frame with column names "Lon", "Lat", and "Date", in the order of recording time at the interval of one second |
Xinhai Li (Xinhai_li_edu@126.com)
attach(footprintchain) plotFootprint(footprintchain)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.