make_mesh {BayesfMRI} | R Documentation |
Make Mesh
Description
Make INLA triangular mesh from faces and vertices
Usage
make_mesh(vertices, faces)
Arguments
vertices |
A |
faces |
An |
Value
INLA triangular mesh
INLA Requirement
This function requires the INLA
package, which is not a CRAN package.
See https://www.r-inla.org/download-install for easy installation instructions.
[Package BayesfMRI version 0.10.1 Index]