I am an interdisciplinary researcher investigating how technology can be used to monitor biodiversity, in particular using bioacoustic and ecoacoustic approaches.
GitHub Profile | CV | Media
Good practice guidelines for long-term ecoacoustic monitoring in the UK
08/11/2024 - Digital Dimensions of Nature Recovery
04/10/2024 - Soundings: The River
11/07/2024 - Ecoacoustic Congress
Some thoughts on:
Acoustic figures and diagrams using R.
This is created by the wave_particle()
function of FigurEd.
This is created by the waveSampled()
function of FigurEd.
library(figuREd)
library(tuneR)
waveSampling(sine(freq=1), 2000)
s
library(figuREd)
library(tuneR)
par(mfrow=c(2,1))
waveSampled(sine(freq=1), 1000, 10)
waveSampled(sine(freq=1), 1000, 50)