getFrequency {autoTS} | R Documentation |
Determines the decimal frequency of a time series from a character string
getFrequency(freq.alpha)
freq.alpha |
A character string that indicates the frequency of the time series ("week", "month", "quarter", "day"). |
The decimal version of the frequency (useful for the forecast package functions).
getFrequency("week")