forked from rachelss/BIO263_Fall18
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathmaterials.Rmd
27 lines (24 loc) · 964 Bytes
/
materials.Rmd
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
---
title: "Class Materials"
output:
html_document:
toc: true
toc_depth: 2
toc_float: true
theme: cosmo
---
```{r setup, include=FALSE}
knitr::opts_chunk$set(echo = TRUE)
```
**Data Viz and figures**
* [Fundamentals of Data Visualization](https://serialmentor.com/dataviz/index.html)
* [Code for Data Viz book](https://github.com/clauswilke/dataviz)
* [How to pick your visualization / chart](https://www.data-to-viz.com/)
* [More references](https://datavizf18.classes.andrewheiss.com/reference/)
* [Angel's slides](DataDesign.pdf)
* [Suggestions for colors and contrasts](https://missgeeky.com/2017/08/09/the-art-of-slide-design-principle-2/)
* [OpenVisConf 2017 Videos](http://www.openvisconf.com/2017/#videos)
* [Menezes slides]("Menezes_Understanding_Audience.pdf")
**Publishing**
* [Shinyapps.io user guide](https://docs.rstudio.com/shinyapps.io/)
* [Git and Github lesson](http://swcarpentry.github.io/git-novice/)