logspace | R Documentation |
Logarithmically spaced vector
logspace(d1, d2, n = n)
d1 |
lower frequency |
d2 |
upper frequency |
n |
number of frequencies |
generates a row vector of n logarithmically equally spaced
points between decades 10^{X1}
and10^{X2}
vector
Jonathan M. Lees<jonathan.lees.edu>
f <- logspace(1, 25)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.