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) )
df
: is a dataframe with date, leq and markersvariable
: is a string name of column you want plotfilemarks
: is a dataframe with date and markersescl_marks
: is mark that you want esclude in plotmp
: is a name of misure pointy_lim
: y axes rangeggplot object
#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))
Pasquale Scordino p.scordino@arpa.piemonte.it
Simone Sperotto s.sperotto@arpa.piemonte.it
Useful links