[,extent_crs,ANY,ANY,ANY-method {rsat} | R Documentation |
Extract or replace parts of an object
Description
Operators acting on vectors, matrices, arrays and lists to extract or replace parts.
Usage
## S4 method for signature 'extent_crs,ANY,ANY,ANY'
x[i]
## S4 replacement method for signature 'extent_crs,ANY,ANY,ANY'
x[i] <- value
## S4 method for signature 'records,ANY,ANY,ANY'
x[i]
## S4 replacement method for signature 'records,ANY,ANY,ANY'
x[i] <- value
Arguments
x |
object from which to extract element(s) or in which to replace element(s). |
i |
numeric argument. The the position of the element to select/modify. |
value |
a |
Value
returns a selected value
[Package rsat version 0.1.21 Index]