Dr. Harpreet Singh
Head, PG Department of Bioinformatics,
Hans Raj Mahila Maha Vidyalaya,
Jalandhar, Punjab, India
e-module
Introduction to the R Programing Interface
What is R
Introduction
Obtaining R
The R Project
Downloading R from different mirror sites
Different R distributions for Windows, Linux, macOS etc.
Different R distributions
Downloading & Installing R for Windows
Downloading & Installing R for Windows
Downloading & Installing R for Windows
Downloading & Installing R for Windows
Downloading & Installing R for Unix/Linux
$ tar –zxvf “filename.tar.gz”
$ cd filename
$ ./configure
$ make
$ make check
$ make install
Windows, Double-click on Desktop Icon
Linux, type R at command prompt
$ R
Starting R
Strengths and Weaknesses
Basics
Getting Help in R
Data Structures
| Linear | Rectangular |
All Same Type | VECTORS | MATRIX* |
Mixed | LIST | DATA FRAME |
Data Structure in R
Running R
The R interface for Windows
R Working Area
This is the area where all commands are issued, and non-graphical outputs observed when run interactively
https://favtutor.com/blogs/r-programming-projects
Thanks