extract {intkrige} | R Documentation |
Extract subset of an intsp
or intgrd
object
Description
Extract subset of an intsp
or intgrd
object
Usage
## S4 method for signature 'intgrd'
x$name
## S4 replacement method for signature 'intgrd'
x$name <- value
## S4 method for signature 'intgrd,ANY,missing,missing'
x[i, j, ..., drop = TRUE]
## S4 method for signature 'intsp'
x$name
## S4 replacement method for signature 'intsp'
x$name <- value
## S4 method for signature 'intsp,ANY,missing,missing'
x[i, j, ..., drop = TRUE]
## S4 replacement method for signature 'intsp'
x$name <- value
Arguments
x |
An object of class |
name |
Character vector corresponding to the name of the column that will be extracted or replaced. |
value |
The new data used to replaced drop data in the desired slot. |
i , j , ... |
indices specifying elements to extract or replace. See generic function documentation for details. |
drop |
The requested column that may be reassigned. |
Value
An object of class intsp
or intgrd
.
[Package intkrige version 1.0.1 Index]