View source: R/lme_mass_RgGrow.R
lme_mass_RgGrow | R Documentation |
Region-growing algorithm to identify spatially homogeneous regions
lme_mass_RgGrow(SphSurf, Re, Theta, maskvtx = NA, nst = 2, prc = 95)
SphSurf |
Spherical surface from |
Re |
Output from |
Theta |
Output from |
maskvtx |
Indices (one-based) for vertices to include in the analysis (default: all) |
nst |
Internal parameter (default: 2) |
prc |
Internal parameter (default: 95) |
A list with spatially homogeneous regions and their means.
## Not run: SphSurf <- lme_readsurf(...)
## Not run: fitInit <- lme_mass_fit_init(...)
## Not run: RgGrow <- lme_mass_RgGrow(SphSurf, fitInit$Re0, fitInit$Theta0)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.