Skip to content

Latest commit

 

History

History
30 lines (23 loc) · 1.68 KB

18_plotting_with_ggplot2.md

File metadata and controls

30 lines (23 loc) · 1.68 KB

##Creating basic plots using ggplot2

Goals for this lesson

  • How to plot simple things with ggplot2
    • scatterplots
    • bar charts
    • box/violin plot
    • density plots / histograms
  • When should you use which graph technique?

Last, but not least: There's no simple way to make 3D pie charts with ggplot2. And that's by design, because 3D pie charts are considered evil. Actually even 2D pie charts are not so nice, so try other visualization techniques instead, i.e. bar charts. The only exception to this rule: delivering tasty 3D pie charts to your lecturers.

Dog eating Pie

Resources:

<<Previous Navigate Next>>