| check_SOM | R Documentation |
Ensures that the slots in the SOM object have the correct dimensions. Function will update some slots to their full dimensions.
check_SOM(SOM, silent = FALSE)
SOM |
SOM object |
silent |
Logical, whether to report progress in console |
Updated SOM object with full dimensions in various slots
SOM_checked <- check_SOM(simple_SOM, silent = TRUE)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.