- x
a soundscape metric file that can be read in with
loadSoundscapeData, or a dataframe with UTC,
frequency, and value
- bin
amount of time to bin for each LTSA slice, format can
be "#Unit" e.g. '2hour' or '1day'
- scale
scaling for frequency axis, one of log or linear
- title
optional title for plot
- freqRange
if not NULL, a vector of two numbers specifying the
range of frequencies (Hz) to plot. Providing NA for either value will
use the max/min frequency present in the dataset
- dbRange
if not NULL, a fixed limit to use for the color
scaling of dB values in the plot
- units
units for plot labeling, will attempt to read them from the input
- facet
optional column to facet by to create multiple LTSA plots in
separate rows
- cmap
color palette map to use for plot, default is viridis_pal
- toTz
timezone to use for the time axis (input data must be UTC).
Specification must be from OlsonNames
- alpha
alpha to use for the plot fill
- maxBins
the maximum number of time bins to create for the plot. If
bin would divide the range of dates in x into more than
maxBins, then a warning will be given and a larger time bin
will be used that reduces the number of time bins plotted. Trying to
show a large number of bins will cause this function to be much slower
- returnData
if TRUE then no plot will be generated, instead the
dataframe that would normally be used to make the plot will be returned