| get_paleo_layers | R Documentation | 
get_paleo_layers returns information on the future climate layers for
the matching current climate layers.
get_paleo_layers(current_layer_codes, model_name = NA, epoch = NA,
  years_ago = NA)
| 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.
 | 
Stops with an exception if no matching paleo layer was found for one or more of the provided current climate layer codes.
A dataframe with information on the paleo layer(s) matching the provided current layer(s).
list_layers_paleo, list_layers,
load_layers
paleo_layers <- get_paleo_layers("MS_biogeo08_sss_mean_5m", years_ago = 6000)
paleo_layers$layer_code
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.