add summary
This commit is contained in:
@@ -1,5 +1,15 @@
|
||||
library(warbleR)
|
||||
|
||||
##
|
||||
# This is an examle that shows how to:
|
||||
# 1. choose bird call samples from xeno-canto by different selection types
|
||||
# 2. download the files
|
||||
# 3. turn the mp3 files into wavs for further processing
|
||||
# 4. fine tune the spectrogram creator and create spectrograms of each wav file
|
||||
# 5. fine tune the auto_detection of warbleR and create detections
|
||||
# 6. mash it all together and print spectrograms with detections
|
||||
##
|
||||
|
||||
# Create a new folder inside a new tempdir and set it to your working dir
|
||||
wd <- file.path(tempdir(), "xeno-canto_example")
|
||||
dir.create(wd)
|
||||
|
||||
Reference in New Issue
Block a user