extract-methods: Extract subset of an 'intsp' or 'intgrd' object

Description Usage Arguments Value

Description

Extract subset of an intsp or intgrd object

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
## S4 method for signature 'intgrd'
x$name

## S4 replacement method for signature 'intgrd'
x$name <- value

## S4 method for signature 'intgrd,ANY,missing,missing'
x[i, j, ..., drop = TRUE]

## S4 method for signature 'intsp'
x$name

## S4 replacement method for signature 'intsp'
x$name <- value

## S4 method for signature 'intsp,ANY,missing,missing'
x[i, j, ..., drop = TRUE]

## S4 replacement method for signature 'intsp'
x$name <- value

Arguments

x

An object of class intsp or class intgrd from which to replace elements.

name

Character vector corresponding to the name of the column that will be extracted or replaced.

value

The new data used to replaced drop data in the desired slot.

i, j, ...

indices specifying elements to extract or replace. See generic function documentation for details.

drop

The requested column that may be reassigned.

Value

An object of class intsp or intgrd.


intkrige documentation built on Feb. 8, 2020, 1:06 a.m.