[,gridlayer,ANY,missing-method | R Documentation |
Shorthand to the subset
function.
Function to replace specific elements in a gridlayer object
## 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
x |
( |
i |
( |
value |
The replacement values. |
All these methods are implementing direct replacement in the @values
slot of a layer, depending on criteria used for subsetting.
The extraction methods return facelayer
-class objects.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.