Extract or replace parts of an object
subset an ROIVol
Usage
# S4 method for class 'ROIVol,numeric,missing,ANY'
x[i, j, ..., drop = TRUE]
# S4 method for class 'ROIVol,numeric,missing,ANY'
x[i, j, ..., drop = TRUE]
# S4 method for class 'ROIVol,logical,missing,ANY'
x[i, j, ..., drop = TRUE]
Arguments
- x
the object
- i
first index
- j
second index
- ...
additional arguments
- drop
drop dimension
Value
A subset of the input object, with dimensions depending on the indexing and the `drop` parameter.