Description Usage Arguments Value Examples
creates a sequence of numbers from first to last by the given interval
1 | brainrange(first = 0, last = 1, by = 1)
|
first |
starting value number |
last |
ending value |
by |
amount to move by in sequence |
vector of numbers
1 | brainrange(1,10,0.5)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.