sp_intersect: Function to test weather one spatial object intersects with...

View source: R/sp_intersect.R

sp_intersectR Documentation

Function to test weather one spatial object intersects with another.

Description

Function to test weather one spatial object intersects with another.

Usage

sp_intersect(sp_one, sp_two, features = TRUE, simplify = FALSE, check = FALSE)

Arguments

sp_one

First spatial object to be tested.

sp_two

Second spatial object to be tested.

features

Should the calculation be calculated on every feature of sp_one and sp_two.

simplify

Should the return be simplified to a logical vector?

check

Should the intersection function perform some checks?

Value

Logical matrix or vector.

Author(s)

Stuart K. Grange

See Also

sp_filter, sp_crop


skgrange/gissr documentation built on Feb. 24, 2024, 2:55 p.m.