overlap {slendr} | R Documentation |
Generate the overlap of two slendr
objects
Description
Generate the overlap of two slendr
objects
Usage
overlap(x, y, name = NULL)
Arguments
x |
Object of the class |
y |
Object of the class |
name |
Optional name of the resulting geographic region. If missing, name will be constructed from the function arguments. |
Value
Object of the class slendr_region
which encodes a standard
spatial object of the class sf
with several additional attributes
(most importantly a corresponding slendr_map
object, if applicable).
[Package slendr version 0.9.1 Index]