mapIntersect: Intersection of two maps

Description Usage Arguments Details

View source: R/mapops.R

Description

Intersection of two maps

Usage

1
mapIntersect(x, y, crop = FALSE)

Arguments

x

first map

y

second map (or other spatial object)

crop

a logical value determined whether regions of x overlapping the boundary of y should be cropped. Defaults to FALSE

Details

Returns a map (SpatialDataFrame) which is a subset of x constrained to lie within y. Regions of x overlapping the boundary of y are not included, unless crop is set to TRUE in which case those regions are cropped to the portion contained within y. Map data is inherited from x.


seancarmody/rmapaus documentation built on May 29, 2019, 4:26 p.m.