View source: R/geometry_functions.R
| line_intersection | R Documentation | 
Calculate line intersection when provided four coordinaes defining two lines
line_intersection(coord1 = NULL, coord2 = NULL, coord3 = NULL, coord4 = NULL)
| coord1: | first coordinate line 1 | 
| coord2: | second coordinate line 1 | 
| coord3: | first coordinate line 2 | 
| coord4: | second coordinate line 2 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.