View source: R/camera trap package E.r
plotCamtrap | R Documentation |
This function shows the locations of each camera in a camera trap grid, the number of pictures taken by each camera for one species.
plotCamtrap(x, circle.size = 0.2, point.scatter = 5)
x |
A data.frame with column names "Lon", "Lat", "Group_size", "Date", "Time" |
circle.size |
A value controls the size the circles. The defualt value is 0.2. |
point.scatter |
A value controls the distance between every point (representing a picture) at the same camera. The default value is 5. |
Xinhai Li (Xinhai_li_edu@126.com)
attach(trapresult) plotCamtrap(trapresult) plotCamtrap(trapresult, circle.size = .4, point.scatter = 5)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.