get_paleo_layers {sdmpredictors} | R Documentation |
Get the name of paleo climate layer(s) based on the current climate layer(s)
Description
get_paleo_layers
returns information on the future climate layers for
the matching current climate layers.
Usage
get_paleo_layers(current_layer_codes, model_name = NA, epoch = NA,
years_ago = NA)
Arguments
current_layer_codes |
character vector. Code(s) of the current climate
layers either as a character vector or as the dataframe provided by
|
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.
|
Details
Stops with an exception if no matching paleo layer was found for one or more of the provided current climate layer codes.
Value
A dataframe with information on the paleo layer(s) matching the provided current layer(s).
See Also
list_layers_paleo
, list_layers
,
load_layers
Examples
paleo_layers <- get_paleo_layers("MS_biogeo08_sss_mean_5m", years_ago = 6000)
paleo_layers$layer_code