Chapter 2
Introduction to R
Article outline
- 2.1Why use R?
- 2.2Installation of the basic distribution and add-on packages
- 2.3First steps with R
- 2.3.1Starting R
- 2.3.2R syntax
- 2.3.3Exiting from R or terminating a process
- 2.3.4Getting help
- 2.4Main types of R objects
- 2.5RStudio
- 2.6Importing and exporting your data and saving your graphs
- 2.6.1Importing your data to R
- 2.6.2Exporting your data from R
- 2.6.3Saving your graphs
- 2.7Summary