powered by
This is a soft wrap around the base::seq() function.
base::seq()
linspace(x1, x2, n = 100L)
A numeric vector of n numbers between x1 and x2.
n
x1
x2
start point
end point
length of output
Waldir Leoncio
linspace(-5, 4) linspace(1 + 2i, 9 + 9i, 5)
Run the code above in your browser using DataLab