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

Description Usage Arguments

Description

Function to reassign the contents of the interval slot

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
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 Feb. 8, 2020, 1:06 a.m.