View source: R/slice_region_series.R
slice_region_series | R Documentation |
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).
slice_region_series(x, time_bp = NULL, time_ce = NULL)
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 |
a terra::SpatRaster
of the relevant slice.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.