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, ...)
"somgrid"
or "SOM"
.somgrid
, an object of class "somgrid"
, a list with
componentssomgrid
."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.
batchSOM
, SOM