View source: R/nkde_execution_functions_sf.R
check_geometries | R Documentation |
Function to check if the geometries given by the user are valid.
check_geometries(lines, samples, events, study_area)
lines |
A feature collection of lines |
samples |
A feature collection of points (the samples) |
events |
A feature collection of points (the events) |
study_area |
A feature collection of polygons (the study_area) |
TRUE if all the checks are passed
#This is an internal function, no example provided
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.