F = freq(X)
X [ tseries ] - Input tseries object.F [ 0 | 1 | 2 | 4 | 6 | 12 | 52 | 365 ] - Date frequency of observations in the input tseries object; F is the number of periods within a year.The freq( ) function is equivalent to calling the get( ) function:
get(x,'freq')