powered by
Use this function to get the next frequency.
next.freq(freq, count)
The next frequency after the given frequency.
A frequency.
Determines the number of steps. If negative, it returns the previous frequency.
f <- f.yearly(2000) fn <- next.freq(f, 10) # this is 2010
Run the code above in your browser using DataLab