Skip to content

πŸ“ˆπŸ“Š Presentation and materials for a ggplot2 workshop (estimated time: 1h 30min).

Notifications You must be signed in to change notification settings

mireia-bioinfo/workshop_ggplot2

Repository files navigation

Workshop: Improve your plots with {ggplot2}

This repository contains the materials of an introductory workshop on {ggplot2}. Estimated time: 1h 30min.

View the slides online here.

Download workshop materials

  • Download as ZIP file using the green button above (Clone or download).

or

  • Clone this repository using git:
git clone https://github.com/mireia-bioinfo/workshop_ggplot2.git

Contents

  • presentation_ggplot2.html. Compiled presentation created using {xaringan} slides.
  • notebook_ggplot2.Rmd. Ready-to-run examples and exercises that will be discussed at the workshop.
  • data/tvseries_must_watch.rda. Dataset used for the examples and exercises, extracted from the {tvseries} package.

Requirements

For running the notebook_ggplot2.Rmd file you will need the following packages:

install.packages(c("ggplot2", "scales", "palettetown", "ggsci"))

Building slides

You can view the slides here.

This slides were generated using the {xaringan} package. If you want to compile the presentation_ggplot2.Rmd slides, you will need the following packages:

install.packages(c("ggplot2", "xaringan", "dplyr", "kableExtra",
				   "cowplot", "gganimate", "gapminder", "ggiraph",
				   "devtools", "RColorBrewer", "scales", "ggsci",
				   "palettetown", "htmlwidgets", "tvthemes"))
devtools::install_github("mireia-bioinfo/tvseries")
devtools::install_github("ropenscilabs/icon")

About

πŸ“ˆπŸ“Š Presentation and materials for a ggplot2 workshop (estimated time: 1h 30min).

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published