.check_character | R Documentation |
This function checks the class of an input object and returns "raster" if it is a raster object, or "vector" if it is a vector object.
.check_character(input)
input |
The input object to be checked |
A character string indicating the class of the input object ("raster" or "vector")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.