Plot acoustic quantile
Returns a plot of acoustic quantile of 1/3 band frequency
AcousticQuantilePlot(df, Cols, Quantile, TimeZone = "UTC")
df
: is a dataframeCols
: vector of index cols (1/3 band frequency)Quantile
: quantile, for example 0.95TimeZone
: Time zone dataset (default is UTC)an OpeNoise object of class ggplot
# Plot reverse quantile of 1/3 band frequency library(lubridate) datasetI <- dataset_impulsive1 datasetH <- dfImpulsiveTrasform(datasetI) AcousticQuantilePlot(df = datasetH, Cols =c(3:38), Quantile = 0.95, TimeZone = "UTC")
Pasquale Scordino p.scordino@arpa.piemonte.it
Simone Sperotto s.sperotto@arpa.piemonte.it
Useful links