linspace | R Documentation |
This is a soft wrap around the base::seq()
function.
linspace(x1, x2, n = 100L)
x1 |
start point |
x2 |
end point |
n |
length of output |
A numeric vector of n
numbers between x1
and x2
.
Waldir Leoncio
linspace(-5, 4) linspace(1 + 2i, 9 + 9i, 5)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.