Home » R Tutorials

R Tutorials

R LANGUAGE TUTORIALS

In this page you will find all the tutorials available in this website. The R programming tutorials are divided into categories you can find above the articles, and some categories are also divided into tags. At this moment the categories inside this R blog are the following:

  1. Introduction to R

    The introductory tutorials are composed by R programming language tutorials for beginners. This include tutorials about getting help with help functions, package manuals or online resources, setting the working directory and managing the workspace, the different R operators and its characteristics, tutorials of each R data structure to store objects or control structures to control the flow of the code and even installing new R packages in R base or RStudio, among other related concepts.
  2. Data manipulation

    On the one hand, the data manipulation tutorials include reading data from files like CSV or TXT, or even from the web and saving data to data files in order to store the results of your analyses. On the other, these tutorials include data wrangling tutorials, that is the process of transforming raw data into a format you can use for your analysis, like subsetting, slicing, categorizing or transforming the data in any possible way.
  3. Graphics

    R is a powerful tool for creating graphs. There are several ways for creating this plots: using basic R functions or with specific R graphics packages, like ggplot2 or lattice libraries. In this set of tutorials you will find how to use the plot function of R base, how to create boxplots, barplots, histograms, density plots, dot plots, violin plots and all types of statistical representations.