fm_evaluator_helpers | R Documentation |
Methods called internally by fm_evaluator()
methods.
fm_evaluator_mesh_2d(
mesh,
loc = NULL,
weights = NULL,
derivatives = NULL,
crs = NULL,
...
)
fm_evaluator_mesh_1d(
mesh,
loc,
weights = NULL,
derivatives = NULL,
method = deprecated(),
...
)
mesh |
An |
loc |
Projection locations. Can be a matrix, |
weights |
Optional weight vector, one weight for each location |
derivatives |
logical; If true, also return matrices |
crs |
An optional CRS or inla.CRS object associated with |
... |
Additional arguments passed on to methods. |
method |
character; either "default", "nearest", "linear", or
"quadratic". With |
A list of evaluator information objects, at least a matrix A
and
logical vector ok
.
str(fm_evaluator_mesh_2d(fmexample$mesh, loc = fmexample$loc))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.