
Create camera trap data object
camData.RdThe camera-trap data, read as camtraptor data package, is the input.
Arguments
- data
either character which is the filename of the cameratrap data (as ZIP or Json file), or a datapackage object read through camtraptor (the
read_camtrap_dpfunction)- habitat
data.frame of habitat types
- study_area
either name of a shapefile or a SpatVector object defining spatial boundary of a study site.
- ...
additional arguments
Details
The records of the input data package are used to build a camReport object, containing processed camera-trap data and texts, graphs, etc. used to automate generating a report.
Author
Elham Ebrahimi eebrahimi.bio@gmail.com
Examples
if (FALSE) { # \dontrun{
# filename of dataset: "veleuw.zip"
habitat <- read.csv('hanitat.csv')
cm <- camData("veleuw.zip",habitat,study_area='study_area.shp')
cm
} # }