spectral.analysis {AQEval} | R Documentation |
Time-series spectral frequency analysis.
spectralFrequency(data, pollutant, ...)
data |
|
pollutant |
The name of the time-series, typically pollutant measurements, to be analysed. |
... |
extra arguments. |
spectralFrequency
producing a
time frequency analysis of the requested
pollutant
.
spectralFrequency
uses the show
argument to control which elements of the functions outputs
are shown but also invisibly returns a list
of all outputs which can caught using, e.g.:
sfa.mod <- spectralFrequency(data, pollutant)
spectralFrequency(aq.data, "no2")