get_line | R Documentation |
This function generates points along a line whose coordinates are user-defined.
get_line(x0, y0, x1, y1, dens = 5e-04)
x0 |
The x coordinate of the starting point for the line |
y0 |
The y coordinate of the starting point for the line |
x1 |
The x coordinate of the ending point for the line |
y1 |
The y coordinate of the ending point for the line |
dens |
A numerical value indicating the density of points to define along the line. Small values lead to more densely calculated points. |
A list with two elements, x and y. These elements hold the x and y coordinates respectively for drawing the line.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.