LdenCalculator | R Documentation |
Returns a dataframe with Lden
LdenCalculator(dataframe, variable, type = "daily", ...)
dataframe |
is a dataframe |
variable |
is name of variable |
type |
is "daily" or "total" |
... |
is another arguments |
dataframe with Lden values
Pasquale Scordino p.scordino@arpa.piemonte.it
Simone Sperotto s.sperotto@arpa.piemonte.it
#data("exampleHourlyData")
LdenCalculator(dataframe = exampleHourlyData, variable = "leq",
type = "daily")
LdenCalculator(dataframe = exampleHourlyData, variable = "leq",
type = "total")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.