View source: R/region_series.R
region_series | R Documentation |
This function extracts a time series of one or more climate variables for
a given
dataset covering a region (or the whole world). The function returns a
terra::SpatRasterDataset
object, with
each variable as a sub-dataset.
region_series(
time_bp = NULL,
time_ce = NULL,
bio_variables,
dataset,
path_to_nc = NULL,
ext = NULL,
crop = NULL
)
time_bp |
time slices in years before present (negative values represent
time before present, positive values time in the future). This parameter can
be a vector of times (the slices need
to exist in the dataset), a list with a min and max element setting the
range of values, or left to NULL to retrieve all time steps.
To check which slices are available, you can use
|
time_ce |
time slices in years CE (see |
bio_variables |
vector of names of variables to be extracted |
dataset |
string defining the dataset to use. If set to "custom", then a single nc file is used from "path_to_nc" |
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. |
ext |
an extent, coded as numeric vector (length=4; order= xmin, xmax, ymin, ymax) or a terra::SpatExtent object. If NULL, the full extent of the reconstruction is given. |
crop |
a polygon used to crop the reconstructions (e.g. the outline
of a continental mass). A |
a
terra::SpatRasterDataset
object, with
each variable as a sub-dataset.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.