Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/fdschneider/r_graphics

R class on visualisations
https://github.com/fdschneider/r_graphics

Last synced: 29 days ago
JSON representation

R class on visualisations

Awesome Lists containing this project

README

        

# Course on visualisations in R

## 1. Intro

A short 30-45 minute intro on graphics.

This tutorial covers:

- basic grammar: high-level vs. low-level plotting commands, graphical parameters, functions and objects
- basic elements: of base graphs, plot region, axes,
- figure composition: multi-panel plots, labels, legends
- production output: file formats (pdf, png, jpg, tiff), vector vs. raster, quality requirements for print, Shiny apps

## 2. Visual communication principles

- best practice principles: graphical parsimony, information content, Tufte
- types of graphs: scatter, line, bar, box, 2D and 3D,

## 3. Tools

- the ggplot package
- multi panel plots in ggplot
- templating