AcuDNPercentile: Calculate reverse Percentile for period

View source: R/OpeNoise.R

AcuDNPercentileR 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]


OpeNoise documentation built on April 4, 2025, 1:03 a.m.