aweSOM | R Documentation |
Launches the (offline) web-based interface for training and visualizing self-organizing maps.
aweSOM()
If the interface does not open automatically, open the printed link in a web browser.
To open large files within the interface, use
options(shiny.maxRequestSize=2^30)
(or a suitably large file size)
before lauching the interface.
No return value, used for side effects.
Kohonen T. (2001) Self-Organizing Maps, 3rd edition, Springer Press, Berlin. <doi:10.1007/978-3-642-56927-2>
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.