lme_mass_RgGrow: Region-growing algorithm to identify spatially homogeneous...

View source: R/lme_mass_RgGrow.R

lme_mass_RgGrowR Documentation

Region-growing algorithm to identify spatially homogeneous regions

Description

Region-growing algorithm to identify spatially homogeneous regions

Usage

lme_mass_RgGrow(SphSurf, Re, Theta, maskvtx = NA, nst = 2, prc = 95)

Arguments

SphSurf

Spherical surface from lme_readsurf

Re

Output from lme_mass_fit_init

Theta

Output from lme_mass_fit_init

maskvtx

Indices (one-based) for vertices to include in the analysis (default: all)

nst

Internal parameter (default: 2)

prc

Internal parameter (default: 95)

Value

A list with spatially homogeneous regions and their means.

Examples

## Not run: SphSurf <- lme_readsurf(...)
## Not run: fitInit <- lme_mass_fit_init(...)
## Not run: RgGrow <- lme_mass_RgGrow(SphSurf, fitInit$Re0, fitInit$Theta0)

Deep-MI/fslmer documentation built on Jan. 24, 2025, 11:24 p.m.