Description Usage Arguments Value See Also Examples
View source: R/intersect_stline.R
Intersection for straight line
1 | intersect_stline(x, y)
|
x |
An object of the class |
y |
An object of the class |
A numeric value of length 2, including the
x
coordinate and the y
coordinate of the intersecting
point
1 2 3 | line_1 <- straighten(1,1,-1)
line_2 <- straighten(1,-1, 0)
intersect_stline(line_1,line_2)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.