interval-methods-assign function

Function to reassign the contents of the interval slot

Function to reassign the contents of the interval slot

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.
  • Maintainer: Brennan Bean
  • License: MIT + file LICENSE
  • Last published: 2020-02-07

Useful links