interval<- {intkrige} | R Documentation |
Function to reassign the contents of the interval slot
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
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. |