R

Getting starts with R:

If you are not familiar with R, see the following resources on the www.r-project.org website:

  • An Introduction to R (PDF, approx. 100 pages, 650kB), based on the former “Notes on R”, gives an introduction to the language and how to use R for doing statistical analysis and graphics.
  • A draft of the R language definition (PDF, approx. 60 pages, 400kB) documents the language; that is, the objects that it works on, and the details of the expression evaluation process, which are useful to know when programming R functions.
  • Writing R Extensions (PDF, approx. 85 pages, 500kB) covers how to create your own packages, write R help files, and the foreign language (C, C++, Fortran, …) interfaces.
  • R Data Import/Export (PDF, approx. 35 pages, 270kB) describes the import and export facilities available either in R itself or via packages which are available from CRAN.
  • R Installation and Administration (PDF, approx. 30 pages, 200kB).
  • The R Reference Index (PDF, approx. 2200 pages, 12MB) contains all help files of the R standard and recommended packages in printable form.

在R作Visualization會用到的套件:
http://addictedtor.free.fr/graphiques/allgraph.php

畫圖套件:
Lattice:
使用手冊: http://stat.ethz.ch/R-manual/R-devel/library/lattice/html/Lattice.html
安裝: install.packages(“lattice”); library(“lattice”);

geneplotter
使用手冊: http://pbil.univ-lyon1.fr/library/geneplotter/html/00Index.html
smoothScatter produces a smoothed color density representation of the scatterplot, obtained through a kernel density estimate. densCols produces a vector containing colors which encode the local densities at each point in a scatterplot.

R MPI:

官方Package: http://cran.cs.pu.edu.tw/

安裝方法: http://www.stats.uwo.ca/faculty/yu/Rmpi/

使用教學: http://math.acadiau.ca/ACMMaC/Rmpi/index.html

發佈留言

發佈留言必須填寫的電子郵件地址不會公開。 必填欄位標示為 *