search.tone | R Documentation |
research pure tone
search.tone(x, statistic = energetic.mean, plot.tone = FALSE)
x |
is a dataframe with llfmin... |
statistic |
is statistic used default is energetic.mean |
plot.tone |
is logic argument default is false don't plot result |
plot of 1/3 octave frequency and isofonic curve A (ISO 226:1987)
Pasquale Scordino p.scordino@arpa.piemonte.it
Simone Sperotto s.sperotto@arpa.piemonte.it
# Search pure tone from PTFA dataset
# dataframe have to contain date and LLfmin (minor value of Linear level frequency)
search.tone(PTFA[, c(3:38)], plot.tone = FALSE)
# Plot result
search.tone(PTFA[, c(3:38)], plot.tone = TRUE)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.