[R] SOM library - where do I find it

Steve Lianoglou mailinglist.honeypot at gmail.com
Wed Nov 18 22:01:12 CET 2009


Hi,

On Nov 18, 2009, at 3:58 PM, tdm wrote:

> R version 2.9.2 (2009-08-24) - for windows
>
>> library(SOM)
> Error in library(SOM) : there is no package called 'SOM'

I think you want "som", right?

> Where can I get the SOM library from?

Where you get just about every R package from, CRAN:
http://cran.r-project.org/web/packages/som/index.html

Or, from within R:

R> install.packages('som')

-steve

--
Steve Lianoglou
Graduate Student: Computational Systems Biology
   |  Memorial Sloan-Kettering Cancer Center
   |  Weill Medical College of Cornell University
Contact Info: http://cbio.mskcc.org/~lianos/contact




More information about the R-help mailing list