interval {intkrige}R Documentation

Function to extract the interval of an intsp or intgrd object

Description

Function to extract the interval of an intsp or intgrd object

Usage

interval(x)

## S4 method for signature 'intgrd'
interval(x)

## S4 method for signature 'intsp'
interval(x)

Arguments

x

An object of class intsp or intgrd.

Value

A matrix containing the interval data.


[Package intkrige version 1.0.1 Index]