HourlyEmean {OpeNoise} | R 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")
[Package OpeNoise version 0.2-18 Index]