HourlyEmean: Calculate hourly energetic mean

View source: R/OpeNoise.R

HourlyEmeanR Documentation

Calculate hourly energetic mean

Description

Returns a dataframe with hourly energetic mean

Usage

HourlyEmean(df, variable, timeZone = "Europe/Rome")

Arguments

df

is a dataframe with date (Y-m-d H:M:S) and variables

variable

is a variable name

timeZone

is time zone defoult is Europe/Rome

Value

dataframe of hourly energetic mean values

Author(s)

Pasquale Scordino p.scordino@arpa.piemonte.it

Simone Sperotto s.sperotto@arpa.piemonte.it

Examples

#data(PTFA)

HourlyEmean(df = PTFA, variable = "LAeq")

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