Learn R Programming

spNetwork (version 0.4.4.6)

check_geometries: Geometry sanity check

Description

Function to check if the geometries given by the user are valid.

Usage

check_geometries(lines, samples, events, study_area)

Value

TRUE if all the checks are passed

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)

Examples

Run this code
#This is an internal function, no example provided

Run the code above in your browser using DataLab