View source: R/Analyze_Fre_Acf.R
Analyze_Fre_Acf | R Documentation |
This function performs autocorrelation frequency analysis in a time series.
Analyze_Fre_Acf(ts, max_frequency = 0.5)
ts |
a numeric vector of time series data. |
max_frequency |
the maximum frequency under consideration. |
A data frame.
Hossein hassani, Masoud yarmohammadi, Mohammad reza yeganegi and Leila Marvian Mashhad.
data(co2)
Analyze_Fre_Acf(co2)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.