Plots with R

Nice plots with R

In this tutorial you will find examples of the most commonly used plots for data visualization: histograms, density plots, boxplots, ecd plots, scatter plots, barplots and plots for longitudinal data.

For every kind of plot I provide examples using base R code and using the ggpubr library, an R package that provides simple syntax functions to create ggplot2 plots.

Go to the tutorial

 

Basic plots with R

This tutorial contains several examples of simple plots using base R functions.

Go to the tutorial