next.freq | R Documentation |
Use this function to get the next frequency.
next.freq(freq, count)
freq |
A frequency. |
count |
Determines the number of steps. If negative, it returns the previous frequency. |
The next frequency after the given frequency.
f <- f.yearly(2000)
fn <- next.freq(f, 10) # this is 2010
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.