FUNCTION_DESCRIPTION
Usage
# S3 method for class 'inla_mesh_3d'
fm_basis(x, ...)
# S3 method for class 'inla_mesh_3d'
fm_evaluator(mesh, loc = NULL, ...)Arguments
- x
3D mesh
- ...
Passed on to
fmesher::fm_basis()- mesh
An
inla_mesh_3dmesh
Examples
if (FALSE) { # \dontrun{
if (interactive()) {
# EXAMPLE1
}
} # }