containsMethod | R Documentation |
Tests if the input object is associated with specific spatial methods / platforms.
containsMethod(object, ...)
## S4 method for signature 'SPATA2'
containsMethod(object, method_name, error = FALSE)
## S4 method for signature 'SpatialData'
containsMethod(object, method_name, error = FALSE)
object |
An object of class |
... |
Used to absorb deprecated arguments or functions. |
method_name |
Character vector. The names of platforms to check. |
error |
Logical. If |
Logical value. TRUE if any of method_name
is the name of the platform.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.