location_slice_from_region_series {pastclim} | R Documentation |
Extract local climate for one or more locations for a given time slice.
Description
This function extract local climate for a set of locations at the appropriate times (selecting the closest time slice available for the specific date associated with each location).
Usage
location_slice_from_region_series(
x,
time_bp = NULL,
time_ce = NULL,
coords = NULL,
region_series,
nn_interpol = TRUE,
buffer = FALSE,
directions = 8
)
Arguments
x |
a data.frame with columns x and y coordinates(see |
time_bp |
used if no |
time_ce |
time in years CE as an alternative to |
coords |
a vector of length two giving the names of the "x" and "y"
coordinates, as found in |
region_series |
a |
nn_interpol |
boolean determining whether nearest neighbour
interpolation is used to estimate climate for cells that lack such
information (i.e. they are under water or ice). By default, interpolation is only
performed from the first ring of nearest neighbours; if climate is not
available, NA will be returned for that location. The number of neighbours
can be changed with the argument |
buffer |
boolean determining whether the variable will be returned
as the mean of a buffer around the focal cell. If set to TRUE, it overrides
|
directions |
character or matrix to indicate the directions in which
cells are considered connected when using |
Value
a data.frame with the climatic variables of interest.