AcuDNPercentile | R Documentation |
Returns a vector of acoustic percetile
AcuDNPercentile(df, parameter, from, to, period)
df |
is a dataframe with Leq data |
parameter |
is a parameter, example "LAeq" |
from |
is start hour |
to |
is end hour |
period |
is a period night or day |
a list of acoustic percentil values by night and daily period
Pasquale Scordino p.scordino@arpa.piemonte.it
Simone Sperotto s.sperotto@arpa.piemonte.it
# Calculate reverse quantile of a dataframe by period
data("exampleHourlyData")
AcuDNPercentile(df = exampleHourlyData,
parameter = "leq",
from = "5",
to = "22",
period = "night")[1:5]
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.