Code Monkey home page Code Monkey logo

workshop_ggplot2's Introduction

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")

workshop_ggplot2's People

Contributors

mireia-bioinfo avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.