vertex_areas {BayesfMRI}R Documentation

Surface area of each vertex

Description

Compute surface areas of each vertex in a triangular mesh.

Usage

vertex_areas(mesh)

Arguments

mesh

An "inla.mesh" object (see make_mesh for surface data).

Value

Vector of areas

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.3.11 Index]