The Ecological Report is the main interpretive output of
camtrapReport. It brings processed camera-trap data
together into a clear, scientific-style report with narrative text,
tables, figures, and maps. The report summarises key information on
study context, sampling effort, species detections, activity patterns,
spatial patterns, and ecological trends. It provides a reproducible and
modular workflow that automates much of the reporting process, helping
researchers, conservation practitioners, and camera-trap users analyse,
interpret, and communicate camera-trap data efficiently for conservation
planning and decision-making.
Figure 1. Workflow for generating an Ecological Report from camera-trap data using camtrapReport.
Figure 1 summarises the main workflow for generating an Ecological
Report with camtrapReport. Camera-trap data are first
loaded with camData(), creating an object that supports
data preprocessing, manipulation, analysis, summarisation, and
visualisation. This processed object is then passed to the
report() function, which generates a complete HTML
Ecological Report.
library(camtrapReport)
# Load camera-trap data
cm <- camData("cameratrap.zip")
# Generate the Ecological Report
report(cm, view = TRUE)