[,gridlayer,ANY,missing-method {icosa} | R Documentation |
Extraction from a gridlayer using indices
Description
Shorthand to the subset
function.
Function to replace specific elements in a gridlayer object
Usage
## S4 method for signature 'gridlayer,ANY,missing'
x[i]
## S4 method for signature 'gridlayer,SpatExtent,missing'
x[i]
## S4 replacement method for signature 'gridlayer,ANY,ANY'
x[i] <- value
Arguments
x |
( |
i |
( |
value |
The replacement values. |
Details
All these methods are implementing direct replacement in the @values
slot of a layer, depending on criteria used for subsetting.
Value
The extraction methods return facelayer
-class objects.
[Package icosa version 0.11.0 Index]