intsp or intgrd objectExtract subset of an intsp or intgrd object
# S4 method for intgrd
$(x, name)# S4 method for intgrd
$(x, name) <- value
# S4 method for intgrd,ANY,missing,missing
[(x, i, j, ..., drop = TRUE)
# S4 method for intsp
$(x, name)
# S4 method for intsp
$(x, name) <- value
# S4 method for intsp,ANY,missing,missing
[(x, i, j, ..., drop = TRUE)
# S4 method for intsp
$(x, name) <- value
An object of class intsp or intgrd.
An object of class intsp or class intgrd
from which to replace elements.
Character vector corresponding to the name of the column that will be extracted or replaced.
The new data used to replaced drop data in the desired slot.
indices specifying elements to extract or replace. See generic function documentation for details.
The requested column that may be reassigned.