Description Usage Arguments Value Examples
Determine if there are any intersecting line segments in a matrix of coordinates representing a line
| 1 | 
| line | matrix of coordinates corresponding to the line of interest | 
list where list$any is a boolean indicating if there are any intersections
and list$val is an index corresponding to the first intersection found
| 1 2 3 | check_results <- any_intersect(currSecEx)
check_results$any #true/false
check_results$val #indices of first intersection found
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.