- For labs going forward, if you find a particular block produces a lot of output, feel free to comment it out and add a note like: “Omitted to save space in output”
- Really happy to see so many of you starting to use
ggplot2
!
- Really happy to see so many of you starting to use
- Github has a great feature to allow you to render HTML pages from a Github repo. Go to https://htmlpreview.github.io and paste in the URL to the HTML file in your repo and it (usually) renders as a webpage.
- Random numbers and seeds: https://data606.net/post/2019-02-17-random_numbers_and_seeds/
- Few notes about colors in plots (my general advice, not rules per se).
- Only use color when it adds value. For example, the colors represent different categories.
- Use more than color to differentiate. For example, for points, change the symbol type and color.
- Try to use color blind safe colors. See this article for more details: https://venngage.com/blog/color-blind-friendly-palette/
- I like ColorBrewer for picking color pallets. They were designed for cartography, but are useful in many other contexts: http://colorbrewer2.org/
- See blog post here: https://data606.net/post/2019-02-20-colors/