interval<- {intkrige} | R Documentation |
Function to reassign the contents of the interval slot
Description
Function to reassign the contents of the interval slot
Usage
interval(x) <- value
## S4 replacement method for signature 'intgrd'
interval(x) <- value
## S4 replacement method for signature 'SpatialPixelsDataFrame'
interval(x) <- value
## S4 replacement method for signature 'intsp'
interval(x) <- value
## S4 replacement method for signature 'SpatialPointsDataFrame'
interval(x) <- value
Arguments
x |
An object of class intsp or intgrd. |
value |
Either a character vector of length two specifying the column names which will occupy the interval slot. Or, a matrix of two columns to fill the slot. |
[Package intkrige version 1.0.1 Index]