ggobi.som {clusterfly} | R Documentation |
Displays both data, and map in original high-d space.
ggobi.som(data, ...)
data |
SOM object |
... |
Map variables added as map1 and map2. Plot these to get traditional SOM plot. Tour over all other variables to see how well the map fits the original data.
Hadley Wickham <h.wickham@gmail.com>
## Not run: d.music <- read.csv("http://www.ggobi.org/book/data/music-all.csv") music <- rescaler(d.music)[complete.cases(d.music), 1:10] music.som <- som(music[,-(1:3)], 6, 6, neigh="bubble", rlen=1000) ggobi(music.som) ## End(Not run)