[,extent_crs,ANY,ANY,ANY-method | R Documentation |
Operators acting on vectors, matrices, arrays and lists to extract or replace parts.
## 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
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 |
returns a selected value
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.