Description Usage Arguments Value Examples
Generate a vector of frequencies.
1 |
N |
Number of elements in vector (must be even). |
freq.max |
Value of largest frequency. |
Vector of frequencies.
1 | freq(10, freq.max = 5) # => c(-5, -4, -3, -2, -1, 1, 2, 3, 4, 5)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.