CodeCoord {SOMEnv} | R Documentation |
Prototype coordinates for graph
Description
Generate X and Y coordinates for plotting a SOM map shaped according to Vesanto visualization fashion
Usage
CodeCoord(Row, Col)
Arguments
Row |
Number of SOM map rows |
Col |
Number of SOM map columns |
Value
This function returns a data.frame
including columns:
X
Y
Author(s)
Sabina Licen, Pierluigi Barbieri
References
J. Vesanto, J. Himberg, E. Alhoniemi, J. Parhankagas, SOM Toolbox for Matlab 5, Report A57, 2000, Available at: www.cis.hut.fi/projects/somtoolbox/package/papers/techrep.pdf; Licen, S., Cozzutto, S., Barbieri, P. (2020) Aerosol Air Qual. Res., 20 (4), pp. 800-809. DOI: 10.4209/aaqr.2019.08.0414
Examples
Coord<-CodeCoord(10,5)
[Package SOMEnv version 1.1.2 Index]