Skip to content

Latest commit

 

History

History
7 lines (6 loc) · 298 Bytes

README.md

File metadata and controls

7 lines (6 loc) · 298 Bytes

Data_Visualisation_with_ggplot2

Basic steps on using ggplot2 to create plots in R.

To run this script you will need R v4.0 or higher and the following packages:

  • Tidyverse
  • Palmer penguins These packages can be installed using install.packages(palmerpenguins) or whatever package you need.