| intersect_polygons | R Documentation |
Tests which vertices of polygon a lay inside polygon b.
intersect_polygons(a, b, strictly = FALSE)
a, b |
Matrix or data.frame with columns x and y. |
strictly |
Logical value. If |
Logical vector of the same length as the number of rows in a.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.