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