We Recommend

An Introduction to R An Introduction to R
This tutorial manual provides a comprehensive introduction to R, a software package for statistical computing and graphics. R supports a wide range of statistical techniques, and is easily extensible via user-defined functions written in its own language, or using dynamically loaded modules written in C, C++ or Fortran. One of R's strengths is the ease with which well-designed publication-quality plots can be produced.


Posted By

bapt4510 on 01/13/08


Tagged

textmate constants R initialize


Versions (?)


Who likes this?

1 person has marked this snippet as a favorite

bapt4510


R session


Published in: R 


  1. library(constants)
  2. clr()
  3. graphics.off()
  4. data(Constants)
  5. attach(Constants)
  6.  

Report this snippet 

You need to login to post a comment.