"surf"
objectCreate INLA mesh and observation weight matrix based on a "surf"
object
make_mesh(surf = NULL, inds_data = NULL, inds_mesh = NULL)
List containing INLA mesh, observation weight matrix A for translating between mesh locations and original data locations, the brain mask used to create the mesh, and the number of original and mesh data locations.
Object of class "surf"
. See
make_surf
and is.surf
.
Subset of vertices to include in analysis, e.g. non-medial wall locations.
Subset of vertices to retain in mesh, e.g. non-medial wall
locations. Must be a superset of inds_data
.