logspace | R Documentation |
logspace
Function from MatlabCreates a vector of n elements logarithmically spaced apart.
logspace(a, b, n = 100)
a |
initial number |
b |
final number |
n |
number of elements (integer >=2) |
vector of numbers from a
to b
with
n
logarithmically (base 10) spaced apart
logspace(-2, 3,20)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.