linspace | R Documentation |
linspace
Function from MatlabCreates a vector of n elements equally spaced apart.
linspace(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
linearly spaced apart
linspace(0,100, 20)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.