inter_spdf: Geographic intersection

Description Usage Arguments Value Examples

View source: R/geoMat.R

Description

indicates the presence (or lack) of intersection between polygons of a spatial dataframe

Usage

1
inter_spdf(spdf1, idx1, spdf2, idx2)

Arguments

spdf1

first Spatial Polygons Data Frame

idx1

column index of lemmas for spdf1

spdf2

second Spatial Polygons Data Frame

idx2

column index of lemmas for spdf2

Value

binary matrix of intersection between two spatial polygon data frame

Examples

1
inter_spdf(lspdf[[239]],2,spdf.geo,2)

sebastiencalvignacedu/firstPackageR documentation built on Jan. 14, 2022, 4:34 p.m.