ggobi.som             package:clusterfly             R Documentation

_V_i_s_u_a_l_i_s_e _K_o_h_o_n_e_n _s_e_l_f _o_r_g_a_n_i_s_i_n_g _m_a_p_s _w_i_t_h _G_G_o_b_i

_D_e_s_c_r_i_p_t_i_o_n:

     Displays both data, and map in original high-d space.

_U_s_a_g_e:

     ggobi.som(data, ...)

_A_r_g_u_m_e_n_t_s:

    data: SOM object

     ...: 

_D_e_t_a_i_l_s:

     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.

_A_u_t_h_o_r(_s):

     Hadley Wickham <h.wickham@gmail.com>

_E_x_a_m_p_l_e_s:

     ## 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)

