list_datasets {sdmpredictors} | R Documentation |
Lists the supported datasets
Description
list_datasets
returns information on the supported datasets.
Usage
list_datasets(terrestrial = NA, marine = NA, freshwater = NA)
Arguments
terrestrial |
logical. When |
marine |
logical. When |
freshwater |
logical. When |
Details
By default it returns all datasets, when both marine
, freshwater
and
terrestrial
are FALSE
then only datasets without land- nor
seamasks are returned.
Value
A dataframe with information on the supported datasets.
See Also
list_layers
, list_layers_future
,
list_layers_paleo
Examples
list_datasets()
list_datasets(marine=TRUE)
list_datasets(terrestrial=TRUE)
[Package sdmpredictors version 0.2.15 Index]