has.intersection | R Documentation |
It determines if two lines have intersection point or not. The start and end points of both lines have equal first coordinate value (the one corresponds to the x-axis).
has.intersection(x1, x2, y11, y12, y21, y22)
x1 , x2 |
Float values. |
y11 , y12 |
Float values, corresponding to the first line. |
y21 , y22 |
Float values, corresponding to the second line. |
A Boolean.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.