binSoundscapeData {PAMscapes} | R Documentation |
Bins soundscape measurements by a unit of time and summarises them using a function (usually the median)
binSoundscapeData(x, bin = "1hour", FUN = median)
x |
a data.frame of soundscape metric data read in with checkSoundscapeInput |
bin |
amount of time to bin data by, format can
be "#Unit" e.g. |
FUN |
summary function to apply to data in each time bin |
a summarised version of the input data.frame x
Taiki Sakai taiki.sakai@noaa.gov