get_time_bp_steps {pastclim} | R Documentation |
Get time steps for a given dataset
Description
Get the time steps (in time_bp or time_ce) available in a given dataset.
Usage
get_time_bp_steps(dataset, path_to_nc = NULL)
get_time_ce_steps(dataset, path_to_nc = NULL)
get_time_steps(dataset, path_to_nc = NULL)
Arguments
dataset |
string defining dataset to be downloaded (a list of possible
values can be obtained with |
path_to_nc |
the path to the custom nc file containing the palaeoclimate reconstructions. All the variables of interest need to be included in this file. |
Value
a vector of time steps (in time_bp, or time_ce)
[Package pastclim version 2.1.0 Index]