list_layers_paleo {sdmpredictors} | R Documentation |
List the paleo climate layers provided by one or more datasets
Description
list_layers_paleo
returns information on the paleo climate layers of
one or more datasets.
Usage
list_layers_paleo(datasets = c(), model_name = NA, epoch = NA,
years_ago = NA, terrestrial = NA, marine = NA, freshwater = NA, monthly =
TRUE, version = NULL)
Arguments
datasets |
character vector. Code of the datasets. |
model_name |
character vector. Paleo climate model name see the
|
epoch |
character vector. Epoch for which you want the paleo layer, e.g.
|
years_ago |
integer. Years for which you want the paleo layer, e.g.
|
terrestrial |
logical. When |
marine |
logical. When |
freshwater |
logical. When |
monthly |
logical. When |
version |
numeric vector. When |
Details
By default it returns all layers from all datasets, when both marine
and terrestrial are FALSE
then only layers without land- nor
seamasks are returned.
Value
A dataframe with information on the supported paleo climate layers.
See Also
list_layers
, list_layers_future
,
list_datasets
, load_layers
Examples
# list the first 5 layers
list_layers_paleo()[1:5,]
# list layer codes for MARSPEC for the mid-Holocene
list_layers_paleo("MARSPEC", epoch = "mid-Holocene")$layer_code