AcuDNPercentile {OpeNoise}R Documentation

Calculate reverse Percentile for period

Description

Returns a vector of acoustic percetile

Usage

AcuDNPercentile(df, parameter, from, to, period)

Arguments

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

Value

a list of acoustic percentil values by night and daily period

Author(s)

Pasquale Scordino p.scordino@arpa.piemonte.it

Simone Sperotto s.sperotto@arpa.piemonte.it

Examples

# Calculate reverse quantile of a dataframe by period

data("exampleHourlyData")

AcuDNPercentile(df = exampleHourlyData,
                parameter = "leq",
                from = "5",
                to = "22",
                period = "night")[1:5]


[Package OpeNoise version 0.2-18 Index]