Tutorial: Dynamic data visualization with R
2022-11-27
Presentation
This tutorial provides some R tools for data visualization. You can find
- materials (slides) associated with this tutotial as well as datasets at https://lrouviere.github.io/page_perso/visualisationR.html#smart-data;
- tutorial without correction at https://lrouviere.github.io/TUTO_DATAVIZ;
- tutorial with corrections at https://lrouviere.github.io/TUTO_DATAVIZ/correction.
I strongly encourage to use mozilla firefox to read this tutorial.
Basics on R and computer programming are necessary. The tutorial is divided into tree parts :
Visualization with ggplot2
: presentation of the ggplot2 grammar;Mapping with R
: how to build map withggmap
,sf
andleaflet
;Dynamic visualization
: some tools to make interactive visusalization (rAmCharts, plotly), dasboard and web applications (shiny).