- mesh
An inla.mesh
or inla.mesh.1d
object.
- loc
Projection locations. Can be a matrix, SpatialPoints
,
SpatialPointsDataFrame
, sf
, sfc
, or sfg
object.
- weights
Optional weight vector, one weight for each location
- derivatives
logical; If true, also return matrices dA
and d2A
for fm_mesh_1d
objects, and dx
, dy
, dz
for fm_mesh_2d
.
- crs
An optional CRS or inla.CRS object associated with loc
and/or lattice
.
- ...
Additional arguments passed on to methods.
- method
character; either "default", "nearest", "linear", or
"quadratic". With NULL
or "default", uses the object definition of the
function space. Otherwise overrides the object definition.