Joe Kunkel, UMass Amherst, Biology
joe@bio.umass.edu What is critical to know about R?

How to install from Cran: [http://cran.r-project.org/ http://cran.r-project.org/]

Base library operations and functions
  • Conditional Expressions Important add-on libraries WIN MAC incompatibilities
    if (!"unix"==.Platform[1])
    {quartz<-function() windows()}


    Exemplar Projects
    ----