powered by
## S3 method for class 'som': plot(x, sdbar=1, ylim=c(-3, 3), color=TRUE, ntik=3, yadj=0.1, xlab="", ylab="", ...)
foo <- som(matrix(rnorm(1000), 250), 3, 5) plot(foo, ylim=c(-1, 1))
Run the code above in your browser using DataLab