extract-methods function

Extract subset of an intsp or intgrd object

Extract subset of an intsp or intgrd object

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

Returns

An object of class intsp or intgrd.

  • Maintainer: Brennan Bean
  • License: MIT + file LICENSE
  • Last published: 2020-02-07

Useful links