| select-methods {Cardinal} | R Documentation |
Manually select regions-of-interest or pixels on an imaging dataset. This uses the built-in locator function. The method has the same form as the image method for plotting imaging datasets.
## S4 method for signature 'SImageSet'
select(x, formula = ~ x * y,
mode = c("region", "pixel"),
...,
main,
subset = TRUE,
lattice = FALSE)
x |
An imaging dataset. |
formula |
Passed to |
mode |
What kind of selection to perform: 'region' to select a region-of-interest, or 'pixel' to select individual pixels. |
... |
Addtional arguments to be passed to |
main |
Passed to |
subset |
Passed to |
lattice |
Must be false. |
A logical vector of length equal to the number of pixels.
Kylie A. Bemis