PlotSpectrogram {OpeNoise} | R Documentation |
Plot spectrogram
Description
Returns a spectrogram
Usage
PlotSpectrogram(df, coLs, plot_title = NULL)
Arguments
df |
is a dataframe |
coLs |
is cols index to plot |
plot_title |
is title of plot |
Value
ggplot object
Author(s)
Pasquale Scordino p.scordino@arpa.piemonte.it
Simone Sperotto s.sperotto@arpa.piemonte.it
Examples
#data(P1FA)
PlotSpectrogram(df = P1FA, coLs = c(3:38) , plot_title = "Spettrogram LZFmin")
[Package OpeNoise version 0.2-18 Index]