[ | R Documentation |
Extract or replace parts of an object
subset an ROIVol
## S4 method for signature 'ROIVol,numeric,missing,ANY'
x[i, j, ..., drop = TRUE]
## S4 method for signature 'ROIVol,numeric,missing,ANY'
x[i, j, ..., drop = TRUE]
## S4 method for signature 'ROIVol,logical,missing,ANY'
x[i, j, ..., drop = TRUE]
x |
the object |
i |
first index |
j |
second index |
... |
additional arguments |
drop |
drop dimension |
A subset of the input object, with dimensions depending on the indexing and the 'drop' parameter.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.