interval-methods-assign: Function to reassign the contents of the interval slot

interval<-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.


intkrige documentation built on Nov. 5, 2025, 6:35 p.m.