├── .gitignore ├── README.md ├── data ├── gapminder.csv └── gapminder_oceania.csv ├── fonts ├── AsapCondensed-Bold.ttf ├── AsapCondensed-BoldItalic.ttf ├── AsapCondensed-Italic.ttf ├── AsapCondensed-Regular.ttf └── Asap_Condensed.zip ├── fundamentals-ggplot2-pearson.R └── fundamentals-ggplot2-pearson.Rproj /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/z3tt/fundamentals-ggplot2-pearson/HEAD/.gitignore -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/z3tt/fundamentals-ggplot2-pearson/HEAD/README.md -------------------------------------------------------------------------------- /data/gapminder.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/z3tt/fundamentals-ggplot2-pearson/HEAD/data/gapminder.csv -------------------------------------------------------------------------------- /data/gapminder_oceania.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/z3tt/fundamentals-ggplot2-pearson/HEAD/data/gapminder_oceania.csv -------------------------------------------------------------------------------- /fonts/AsapCondensed-Bold.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/z3tt/fundamentals-ggplot2-pearson/HEAD/fonts/AsapCondensed-Bold.ttf -------------------------------------------------------------------------------- /fonts/AsapCondensed-BoldItalic.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/z3tt/fundamentals-ggplot2-pearson/HEAD/fonts/AsapCondensed-BoldItalic.ttf -------------------------------------------------------------------------------- /fonts/AsapCondensed-Italic.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/z3tt/fundamentals-ggplot2-pearson/HEAD/fonts/AsapCondensed-Italic.ttf -------------------------------------------------------------------------------- /fonts/AsapCondensed-Regular.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/z3tt/fundamentals-ggplot2-pearson/HEAD/fonts/AsapCondensed-Regular.ttf -------------------------------------------------------------------------------- /fonts/Asap_Condensed.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/z3tt/fundamentals-ggplot2-pearson/HEAD/fonts/Asap_Condensed.zip -------------------------------------------------------------------------------- /fundamentals-ggplot2-pearson.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/z3tt/fundamentals-ggplot2-pearson/HEAD/fundamentals-ggplot2-pearson.R -------------------------------------------------------------------------------- /fundamentals-ggplot2-pearson.Rproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/z3tt/fundamentals-ggplot2-pearson/HEAD/fundamentals-ggplot2-pearson.Rproj --------------------------------------------------------------------------------