View source: R/Intersections.R
intersectionLineLine | R Documentation |
Return the intersection of two lines.
intersectionLineLine(line1, line2, strict = FALSE)
line1, line2 |
two |
strict |
logical, whether to take into account the extensions of the
lines ( |
If strict = FALSE
this returns either a point, or NULL
if the lines are parallel, or a bi-infinite line if the two lines coincide.
If strict = TRUE
, this can also return a half-infinite line or
a segment.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.