Description Usage Arguments Details
Intersection of two maps
1 | mapIntersect(x, y, crop = FALSE)
|
x |
first map |
y |
second map (or other spatial object) |
crop |
a logical value determined whether regions of |
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.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.