Visualistion
Section outline
-
A basic introduction to visualisation using ggplot2 package including histograms, boxplots, bargraphs, scatterplots and plot customisation. Includes a mixture of videos to watch and commands to type into your own RStudio programme. By the R Ladies Sydney group. [BIO209]
The R graph catalogue Shiny app by Joanna Zhao and Jennifer Bryan. Great interactive app which will help you to choose a graph according to what type you need (you can also filter by "good" and "not recommended" formats!). Once you have chosen your graph, you can click on it to copy and paste the code. [BIO209, BIO782P]
An introduction to visualisation. Takes you through plotting and customising a scatterplot using ggplot2 and tidyverse. Includes commands to type into your own RStudio programme and exercises to try (although no answers to those exercises!). By the R for Data Science team - Garrett Grolemund and Hadley Wickham.
The R graph gallery Has some novel ideas for visualisation and can help you choose a graph type