containsScaleFactor | R Documentation |
Tests if specifics scale factors are set or not.
containsScaleFactor(object, ...)
## S4 method for signature 'SPATA2'
containsScaleFactor(
object,
fct_name,
img_name = activeImage(object),
error = FALSE
)
## S4 method for signature 'SpatialData'
containsScaleFactor(
object,
fct_name,
img_name = activeImage(object),
error = FALSE
)
object |
An object of class |
... |
Used to absorb deprecated arguments or functions. |
fct_name |
Character value. The name of the scale factor of interest. E.g. 'pixel' or 'coords'. |
img_name |
Character value. The name of the image of interest.
If |
error |
Logical. If |
Logical value.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.