fm_basis_helpers | R Documentation |
Methods called internally by fm_basis()
methods.
fm_basis_mesh_2d(
mesh,
loc = NULL,
weights = NULL,
derivatives = NULL,
crs = NULL,
...
)
fm_basis_mesh_1d(
mesh,
loc,
weights = NULL,
derivatives = NULL,
method = deprecated(),
...
)
loc |
A location/value information object ( |
weights |
Optional weight vector, one weight for each location |
derivatives |
logical; If true, also return matrices |
... |
Passed on to submethods |
method |
character; either "default", "nearest", "linear", or
"quadratic". With |
A fm_basis
object; a list of evaluator information objects,
at least a matrix A
and logical vector ok
.
str(fm_basis_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.