check_geometries {spNetwork} | R Documentation |
Geometry sanity check
Description
Function to check if the geometries given by the user are valid.
Usage
check_geometries(lines, samples, events, study_area)
Arguments
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) |
Value
TRUE if all the checks are passed
Examples
#This is an internal function, no example provided
[Package spNetwork version 0.4.4.6 Index]