is_input_sdm | R Documentation |
is_class
functions to check caretSDM data classes.This functions returns a boolean to check caretSDM object classes.
is_input_sdm(x)
is_sdm_area(x)
is_occurrences(x)
is_models(x)
is_predictions(x)
x |
Object to be tested. |
Boolean.
Luíz Fernando Esser (luizesser@gmail.com) https://luizfesser.wordpress.com
# Create sdm_area object:
sa <- sdm_area(parana, cell_size = 25000, crs = 6933)
is_sdm_area(sa)
is_input_sdm(sa)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.