get_layers_info {sdmpredictors} | R Documentation |
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())
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 |
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.
See Also
list_layers
, list_layers_future
,
list_layers_paleo
, load_layers
Examples
info <- get_layers_info(c("BO_salinity", "BO_B1_2100_salinity"))
info$common
info$current
info$future
info$paleo
[Package sdmpredictors version 0.2.15 Index]