Description Usage Arguments Value Examples
Method that reduces the current dataset to a specific region of interest, discarding all cell coordinates outside of that region
1 2 3 4 | extract_ROI(x, ...)
## S4 method for signature 'ImageSet'
extract_ROI(x, ROI = "invasive_margin")
|
x |
IrisSpatialFeatures ImageSet object |
... |
Additional arguments |
ROI |
Region of interest (default: 'invasive_margin') |
IrisSpatialFeatures ImageSet object
1 2 3 | #loading pre-read dataset
dataset <- IrisSpatialFeatures_data
im_area <- extract_ROI(dataset,ROI='invasive_margin')
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.