PlotNoiseTimeHistory function

Plot time history of noise misure with marker and running Leq

Plot time history of noise misure with marker and running Leq

Returns a time history plot

PlotNoiseTimeHistory( df = NULL, variable = NULL, filemarks = NULL, escl_marks = NULL, mp, y_lim = c(20, 80) )

Arguments

  • df: is a dataframe with date, leq and markers
  • variable: is a string name of column you want plot
  • filemarks: is a dataframe with date and markers
  • escl_marks: is mark that you want esclude in plot
  • mp: is a name of misure point
  • y_lim: y axes range

Returns

ggplot object

Examples

#data(P1FA) #data(markers) PlotNoiseTimeHistory(df = P1FA, variable = "LAeq", mp = "P1FA", y_lim = c(40, 65)) PlotNoiseTimeHistory(df = P1FA, variable = "LAeq", mp = "P1FA", filemarks = markers, y_lim = c(40, 65)) PlotNoiseTimeHistory(df = P1FA, variable = "LAeq", mp = "P1FA", escl_marks = "escludi", y_lim = c(40, 65))

Author(s)

Pasquale Scordino p.scordino@arpa.piemonte.it

Simone Sperotto s.sperotto@arpa.piemonte.it