make_mesh {templateICAr} | R Documentation |
"surf"
objectCreate INLA mesh and observation weight matrix based on a "surf"
object
make_mesh(surf = NULL, inds_data = NULL, inds_mesh = NULL)
surf |
|
inds_data |
Subset of vertices to include in analysis, e.g. non-medial wall locations. |
inds_mesh |
Subset of vertices to retain in mesh, e.g. non-medial wall
locations. Must be a superset of |
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.