Generates a line in accordance with the specified parameters.
GLINE(length, spacing, slope, y-intercept)
length |
- |
An integer. The length of the output series. |
spacing |
- |
A real, the spacing (delta x) between each point on the |
slope |
- |
A real, the slope of the desired line. |
|
- |
A real, the point of intersection with the |
A series.
gline(100, 0.1, 4, 2)
creates a line in the current Window. The line will be comprised of 100 points spaced 0.1 x-units apart. The equation of the line will be