somgrid package:class R Documentation _P_l_o_t _S_O_M _F_i_t_s _D_e_s_c_r_i_p_t_i_o_n: Plotting functions for SOM results. _U_s_a_g_e: somgrid(xdim = 8, ydim = 6, topo = c("rectangular", "hexagonal")) ## S3 method for class 'somgrid': plot(x, type = "p", ...) ## S3 method for class 'SOM': plot(x, ...) _A_r_g_u_m_e_n_t_s: xdim, ydim: dimensions of the grid topo: the topology of the grid. x: an object inheriting from class '"somgrid"' or '"SOM"'. type, ...: graphical parameters. _D_e_t_a_i_l_s: The class '"somgrid"' records the coordinates of the grid to be used for (batch or on-line) SOM: this has a plot method. The plot method for class '"SOM"' plots a 'stars' plot of the representative at each grid point. _V_a_l_u_e: For 'somgrid', an object of class '"somgrid"', a list with components pts: a two-column matrix giving locations for the grid points. xdim, ydim, topo: as in the arguments to 'somgrid'. _R_e_f_e_r_e_n_c_e_s: Venables, W. N. and Ripley, B. D. (2002) _Modern Applied Statistics with S._ Fourth edition. Springer. _S_e_e _A_l_s_o: 'batchSOM', 'SOM'