This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # This code was used in a comment to issue #19 in the ggstream package: | |
| # https://github.com/davidsjoberg/ggstream/issues/19#issuecomment-1068879824 | |
| # | |
| # If in RStudio, turn on Outline (Ctrl + Shift + O on Windows) | |
| # | |
| # Overview: | |
| # 1. FUNCTION DEFINITIONS | |
| # - defines a function 'make_streamgraph' which is creating a steamgraph that worked ok for our purposes |
- H. Wickham: Official ggplot2 documentation
- H. Wickham: ggplot2 book
- W. Chang: R graphics cookbook and Cookbook for R
- Z. Ross: Beautiful plotting in R: A ggplot2 cheatsheet
- D. Koffman: Introduction to ggplot2
- R. Saccilotto: Tutorial: ggplot2
- R. Hartman: How to format plots for publication using ggplot2
- G. Williams: Visualising data with ggplot2