plotCamtrap: plot camera trapping results, showing the locations of the...

View source: R/camera trap package E.r

plotCamtrapR Documentation

plot camera trapping results, showing the locations of the cameras and the number of pictures

Description

This function shows the locations of each camera in a camera trap grid, the number of pictures taken by each camera for one species.

Usage

plotCamtrap(x, circle.size = 0.2, point.scatter = 5)

Arguments

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.

Author(s)

Xinhai Li (Xinhai_li_edu@126.com)

Examples


 attach(trapresult)
 plotCamtrap(trapresult)
 plotCamtrap(trapresult, circle.size = .4, point.scatter = 5)


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