Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 563 Bytes

README.md

File metadata and controls

14 lines (10 loc) · 563 Bytes

Data visualisation using ggplot2

Data visualisation using ggplot2:

  1. components and layers of ggplot plot, scatterplots, aesthetics: color, size, shape.
  2. facetting, combining different types of geoms, plotting statistical summaries.

If you working from Rstudio (Cloud), since this might be your first communication attempt with Github, please update your email address and your name and enter these two lines to terminal:

git config --global user.email "your@email"  
git config --global user.name "Your Name"