View source: R/get_segment_df.R
get_segment_df | R Documentation |
This function just make a data.frame based on 4 input parameters
get_segment_df(x0, y0, x1, y1)
x0 |
x coordinate of point 1 |
y0 |
y coordinate of point 1 |
x1 |
x coordinate of point 2 |
y1 |
y coordinate of point 2 |
A data.frame
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.