Description Usage Arguments Value Examples
logspace
is a function to space a sequence evenly on the log scale from x1 to x2
1 | logspace(x1, x2, n = 50)
|
x1 |
a starting point |
x2 |
an ending point |
n |
length of sequence |
a sequence from x1 to x2 of length n spaced evenly on the log scale
1 2 | ##Example
logspace(100,10,5)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.