Learn R Programming

sdmpredictors (version 0.2.15)

get_layers_info: Layer info for specific layer codes

Description

get_layers_info returns all detailed information on the current or future climate layers of one or more datasets.

Usage

get_layers_info(layer_codes = c())

Value

A list with four dataframes common, current,

future and paleo, the common dataframe contains data for all shared columns in the other three dataframes. The other dataframes contain all detailed information on the layer(s) matching the layer codes. By default information for all layers is returned.

Arguments

layer_codes

character vector. Vector with the layer codes of the layers you want the full information for. This can also be a dataframe with as column layer_code.

See Also

list_layers, list_layers_future, list_layers_paleo, load_layers

Examples

Run this code
info <- get_layers_info(c("BO_salinity", "BO_B1_2100_salinity"))
info$common
info$current
info$future
info$paleo

Run the code above in your browser using DataLab