check_SOM: Check inputs to SOM object

View source: R/check_SOM.R

check_SOMR Documentation

Check inputs to SOM object

Description

Ensures that the slots in the SOM object have the correct dimensions. Function will update some slots to their full dimensions.

Usage

check_SOM(SOM, silent = FALSE)

Arguments

SOM

SOM object

silent

Logical, whether to report progress in console

Value

Updated SOM object with full dimensions in various slots

Examples

SOM_checked <- check_SOM(simple_SOM, silent = TRUE)


salmonMSE documentation built on Aug. 20, 2026, 5:09 p.m.