slice_region_series {pastclim} | R Documentation |
Extract a slice for a time series of climate variables for a region
Description
This function extracts a time slice from time series of one or more climate variables for a given dataset covering a region (or the whole world).
Usage
slice_region_series(x, time_bp = NULL, time_ce = NULL)
Arguments
x |
climate time series generated with |
time_bp |
time slice in years before present (i.e. 1950, negative
integers for values in the past). The slices need to exist in the dataset.
To check which slices are available, you can use |
time_ce |
time slice in years CE. Only one of |
Value
a terra::SpatRaster
of the relevant slice.
[Package pastclim version 2.2.0 Index]