indexing | R Documentation |
Subset for nonidentical package class objects
Intersect different data model objects
## S4 method for signature 'SpatVector,bbox,missing,ANY'
x[i, j]
## S4 method for signature 'SpatVector,sf,missing,ANY'
x[i, j]
## S4 method for signature 'SpatVector,sfc,missing,ANY'
x[i, j]
## S4 method for signature 'SpatVector,SpatExtent,missing,ANY'
x[i, j]
.intersect(x, y)
x |
SpatVector/sf/SpatRaster object to be intersected. |
i |
Dataset used to subset x. |
j |
Column indices or names. |
y |
SpatVector/sf object. Intersecting object. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.