Installation and Interface of R

From AWF-Wiki
(Difference between revisions)
Jump to: navigation, search
Line 23: Line 23:
 
[[File:02-RStudio.jpg|200px|thumb|right|''Figure 2'' Interface of '''RStudio''' for Windows]]
 
[[File:02-RStudio.jpg|200px|thumb|right|''Figure 2'' Interface of '''RStudio''' for Windows]]
 
As the working environment of '''R-Gui''' is not very user-friendly, most people use other programs to manage '''R''' scripts. These programs are "interactive development environment" (IDE) which are designed to maximize programmer productivity by using user-friendly interfaces while using the same programming language than '''R'''.  
 
As the working environment of '''R-Gui''' is not very user-friendly, most people use other programs to manage '''R''' scripts. These programs are "interactive development environment" (IDE) which are designed to maximize programmer productivity by using user-friendly interfaces while using the same programming language than '''R'''.  
There are many software on this respect, but perhaps the most used is '''RStudio'''. '''RStudio''' is an open source IDE that can be downloaded at [http://www.rstudio.com/ RStudio]. It recognizes and run under the last version of '''R''' installed in your computer. The interface of the Windows version of '''RStudio''' is shown in Figure \ref{fig:2}. This interface is similar to other statistical packages (i.e. SAS, Matlab, etc.), with four differentiated regions:  
+
There are many software on this respect, but perhaps the most used is '''RStudio'''. '''RStudio''' is an open source IDE that can be downloaded at [http://www.rstudio.com/ RStudio]. It recognizes and run under the last version of '''R''' installed in your computer. The interface of the Windows version of '''RStudio''' is shown in Figure[[media:02-RStudio.jpg|Figure 2]]. This interface is similar to other statistical packages (i.e. SAS, Matlab, etc.), with four differentiated regions:  
  
 
i) the '''R''' script,  
 
i) the '''R''' script,  

Revision as of 17:35, 3 December 2014

Contents

Download R

As mentioned in Introduction to R, R is a free software, which can be downloaded at R-Project.

Versions of R

R community is very dynamic, and therefore it is quite common that several versions are launched in the same year. Updating the R version is as easy as download the new version in the URL provided above and install it. The installation of the new versions is not overwritten over the old version, that is why it is possible to use in your computer as many R versions as you have installed.

Figure 1 R console (R-Gui 3.0.1 64 bits version for windows

The R-Gui

For the case of Windows, the software managing the R console is R-Gui, which interface is shown in Figure 1. R_GUI has all functionalities of R, but it allows only one line of code, and managing R-scripts is quite complicated.

Interfaces

Figure 2 Interface of RStudio for Windows

As the working environment of R-Gui is not very user-friendly, most people use other programs to manage R scripts. These programs are "interactive development environment" (IDE) which are designed to maximize programmer productivity by using user-friendly interfaces while using the same programming language than R. There are many software on this respect, but perhaps the most used is RStudio. RStudio is an open source IDE that can be downloaded at RStudio. It recognizes and run under the last version of R installed in your computer. The interface of the Windows version of RStudio is shown in FigureFigure 2. This interface is similar to other statistical packages (i.e. SAS, Matlab, etc.), with four differentiated regions:

i) the R script,

ii) the R console,

iii) the R working environment, and

iv) the graphical output.


The R script window is where the R code is compiled. The code in the script can be ran: i) on the whole (by selecting all the script), ii) line by line (by selecting only the line or by placing the cursor in the correspondent line of the script), or iii) a given part of the code inside a line (by selecting such part of the code).

The selected code can be ran by pressing "Ctrl+R" or by doing click in the "Run" button. The result of running the code will be shown either in the \textsf{R} console or in the graphical output window. If the code includes the creation of any object, it will be listed in the \textsf{R} working environment window.

The \textsf{R} console has the same functionalities than the \textsf{R-Gui}. It has only one editing line and the results of the calculation are displayed in the same window. The error messages and other information related with the script running process are also shown in the \textsf{R} console. The code writen in the \textsf{R} console can be run by pressing "Enter" or "Ctrl+R", and it will not suppose any change in the \textsf{R} script. That is why it is very useful for testing code before implementing it to the script.

The \textsf{R} environment window shows all the objects that was created in \textsf{R} and that are active to be used. It provides a quick overview of not only the number and name of the objects in the working environment, but also about the information stored and the type of the object.

The graphical output window is where the graphs are represented as default. Nevertheless, the figures can also be represented in external devices by request. In this window the help about the core functions or the implemented in each library is displayed. This window allows also to install new packages and libraries not included in the core files.

To complete the exercises detailed hereinafter, \textsf{R} and \textsf{RStudio} (by this order) must be installed in your computer. In the installation process, the architecture of your processor (32 or 64 bit) must be considered.

Personal tools
Namespaces

Variants
Actions
Navigation
Development
Toolbox
Print/export