Under development
This package provides workflows in form of R Markdown templates for
processing monitoring data, for now mostly focusing on the analysis of
audio files obtained by deploying passive acoustic monitoring (PAM)
devices. The package partly relies on
NocMigR2. See details there.
To install the package, use devtools:
pak::pak("mottensmann/MonitoR", dependencies = TRUE)Load the package once installed:
library(MonitoR)Toggling the entire processing pipeline (formatting, classification, inspecting results) using a shiny app. The classification is performed using birdnetR:
birdnet_app(display = "external")MonitoR provides RMarkdown templates to set-up post-processing and
validation of audio data classified using
BirdNET-Analyzer. Using
RStudio these are accessible via File -> New File -> RMarkdown
-
- Preprocessing of audio data (renaming to datetime, removing unnecessary file prefixes)
-
- Extracting results obtained by using a AI-based classifier with BirdNET-Analyzer
-
- Archiving manually verified records to a xlsx-database
-
- Preprocessing of photos (renaming to datetime and resorting)


