Description Usage Arguments Value Author(s) See Also
Manually select regions-of-interest or pixels on an imaging dataset. The selectROI
method uses the built-in locator
function. The method has the same form as the image
method for plotting imaging datasets.
The results are returned as logical vectors indicating which pixels have been selected. These logical vectors can be combined into factors using the makeFactor
function.
1 2 3 4 5 6 7 8 9 10 11 12 |
object |
An imaging dataset. |
formula |
Passed to |
mode |
What kind of selection to perform: 'region' to select a region-of-interest, or 'pixels' to select individual pixels. |
... |
Addtional arguments to be passed to |
ordered |
Should the resulting factor be ordered or not? |
main |
Passed to |
subset |
Passed to |
lattice |
Must be false. |
A logical
vector of length equal to the number of pixels for selectROI
.
A factor
of the same length as the passed logical
vectors for makeFactor
.
Kylie A. Bemis
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.