inla.mesh.1d.bary {INLA} | R Documentation |
Calculates barycentric coordinates and weight matrices for
inla.mesh.1d()
objects.
inla.mesh.1d.bary(mesh, loc, method = c("linear", "nearest")) inla.mesh.1d.A( mesh, loc, weights = NULL, derivatives = NULL, method = c("linear", "nearest", "quadratic") )
mesh |
An |
loc |
Coordinate values. |
method |
Interpolation method. If not specified for
|
weights |
Weights to be applied to the |
derivatives |
If |
Finn Lindgren finn.lindgren@gmail.com