getCaptureArea | R Documentation |
Extracts the frame in which data points are expected.
getCaptureArea(object, ...)
## S4 method for signature 'SPATA2'
getCaptureArea(object, img_name = activeImage(object), ...)
## S4 method for signature 'SpatialData'
getCaptureArea(object, img_name = activeImage(object), ...)
object |
An object of class |
... |
Used to absorb deprecated arguments or functions. |
img_name |
Character value. The name of the image of interest.
If |
Data.frame of vertices used to outline the capture area. Column names are x_orig, y_orig, x, y and idx (index of each vertex).
setCaptureArea()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.