check_geometries: Geometry sanity check

View source: R/nkde_execution_functions_sf.R

check_geometriesR 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

spNetwork documentation built on Aug. 24, 2023, 5:10 p.m.