
Subset a Region object
subset-Region.Rd
You can subset Region by identifier or by position using the
`[`
operator.
Usage
# S4 method for Region,ANY,missing,ANY
[(x, i, j, ..., drop = FALSE)
# S4 method for Region,ANY,ANY,ANY
[(x, i, j, ..., drop = FALSE)
# S4 method for Region,missing,missing,ANY
[(x, i, j, ..., drop = FALSE)
Arguments
- x
A Region object.
- i
The names of cells, or numerical or logical indices
- j
Not used.
- ...
Additional arguments not used here.
- drop
Always FALSE
Value
A Region object.