PlotNoiseTHcompare | R Documentation |
Returns a plot
PlotNoiseTHcompare(
df,
variable,
listvar = NULL,
mp,
runleq = TRUE,
y_lim = c(20, 80)
)
df |
is a dataframe |
variable |
is Leq or another variable to plot first |
listvar |
are names of frequency component you want compare |
mp |
is a misure point |
runleq |
is logical value that plot running leq line |
y_lim |
y axe range |
ggplot object
Pasquale Scordino p.scordino@arpa.piemonte.it
Simone Sperotto s.sperotto@arpa.piemonte.it
#data(P1FA)
PlotNoiseTHcompare(df = P1FA ,
variable = "LAeq",
listvar = c("LZFmin.100",
"LZFmin.250"), mp = "P1FA",
runleq = TRUE,
y_lim = c(30, 70))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.