BclimInterp: Interpolation function for producing palaeoclimate histories on a grid
Description
The function takes output from previous stages of Bclim and produces interpolated values of palaeoclimate (in 3 dimensions) and palaeoclimate volatility.
Usage
BclimInterp(Bclim.data, Bclim.res, tgrid = seq(0, 14, by = 0.1))
A grid (not necessarily regular) on which to interpolate climate
Value
Returns a list containing the following elements:
clim.interpInterpolated values of 3D climate
vol.interpInterpolated values of 3D climate volatility
time.gridThe time grid used for interpolation
Details
A Bclim run can be separated into 4 stages: 1 - Turning each individual pollen layer into climate marginal data posteriors, 2 - Approximating the marginal data posteriors as mixtures of Gaussians, 3 - Running an MCMC stage to estimate climates and climate volatilities, 4 - Interpolating the climates and volatilities onto a regular grid. This function runs stage 4.
References
See Arxiv paper at http://arxiv.org/abs/1206.5009.