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