AcousticQuantilePlot {OpeNoise} | R Documentation |
Plot acoustic quantile
Description
Returns a plot of acoustic quantile of 1/3 band frequency
Usage
AcousticQuantilePlot(df, Cols, Quantile, TimeZone = "UTC")
Arguments
df |
is a dataframe |
Cols |
vector of index cols (1/3 band frequency) |
Quantile |
quantile, for example 0.95 |
TimeZone |
Time zone dataset (default is UTC) |
Value
an OpeNoise object of class ggplot
Author(s)
Pasquale Scordino p.scordino@arpa.piemonte.it
Simone Sperotto s.sperotto@arpa.piemonte.it
Examples
# 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")
[Package OpeNoise version 0.2-18 Index]