Skip to content

Commit

Permalink
week 2 slides
Browse files Browse the repository at this point in the history
  • Loading branch information
clauswilke committed Jan 22, 2024
1 parent 1e653d1 commit 99f37f6
Show file tree
Hide file tree
Showing 67 changed files with 19,032 additions and 19,430 deletions.
108 changes: 55 additions & 53 deletions _site.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,60 +23,60 @@ navbar:
href: slides/aesthetic-mappings.html
- text: "Class 3: Telling a story"
href: slides/telling-a-story.html
- text: "Class 4: Visualizing amounts"
- text: "Class 3: Visualizing amounts"
href: slides/visualizing-amounts.html
- text: "Class 5: Coordinate systems and axes"
- text: "Class 4: Coordinate systems and axes"
href: slides/coordinate-systems-axes.html
- text: "Class 6: Visualizing distributions 1"
- text: "Class 5: Visualizing distributions 1"
href: slides/visualizing-distributions-1.html
- text: "Class 7: Visualizing distributions 2"
- text: "Class 6: Visualizing distributions 2"
href: slides/visualizing-distributions-2.html
- text: "Class 8: Color scales"
- text: "Class 7: Color scales"
href: slides/color-scales.html
- text: "Class 9: Data wrangling 1"
- text: "Class 8: Data wrangling 1"
href: slides/data-wrangling-1.html
- text: "Class 10: Data wrangling 2"
- text: "Class 9: Data wrangling 2"
href: slides/data-wrangling-2.html
- text: "Class 11: Visualizing proportions"
- text: "Class 10: Visualizing proportions"
href: slides/visualizing-proportions.html
- text: "Class 12: Getting to know your data"
- text: "Class 11: Getting to know your data"
href: slides/know-your-data-1.html
- text: "Class 13: Getting things into the right order"
- text: "Class 12: Getting things into the right order"
href: slides/getting-things-in-order.html
- text: "Class 14: Figure design"
- text: "Class 13: Figure design"
href: slides/figure-design.html
- text: "Class 15: Color spaces and color-vision deficiency"
- text: "Class 14: Color spaces and color-vision deficiency"
href: slides/color-spaces.html
- text: "Class 16: Functions and functional programming"
- text: "Class 15: Functions and functional programming"
href: slides/functional-programming.html
- text: "Class 17: Visualizing trends"
- text: "Class 16: Visualizing trends"
href: slides/visualizing-trends.html
- text: "Class 18: Working with models"
- text: "Class 17: Working with models"
href: slides/working-with-models.html
- text: "Class 19: Visualizing uncertainty"
- text: "Class 18: Visualizing uncertainty"
href: slides/visualizing-uncertainty.html
- text: "Class 20: Dimension reduction 1"
- text: "Class 19: Dimension reduction 1"
href: slides/dimension-reduction-1.html
- text: "Class 21: Dimension reduction 2"
- text: "Class 20: Dimension reduction 2"
href: slides/dimension-reduction-2.html
- text: "Class 22: Clustering"
- text: "Class 21: Clustering"
href: slides/clustering.html
- text: "Class 23: Hierarchical clustering"
- text: "Class 22: Hierarchical clustering"
href: slides/hierarchical-clustering.html
- text: "Class 24: Visualizing geospatial data"
- text: "Class 23: Visualizing geospatial data"
href: slides/geospatial-data.html
- text: "Class 25: Redundant coding, text annotations"
- text: "Class 24: Redundant coding, text annotations"
href: slides/redundant-coding.html
- text: "Class 26: Interactive plots"
- text: "Class 25: Interactive plots"
href: slides/interactive-plots.html
- text: "Class 27: Overplotting"
- text: "Class 26: Overplotting"
href: slides/overplotting.html
- text: "Class 28: Compound figures"
- text: "Class 27: Compound figures"
href: slides/compound-figures.html
- text: "Bonus 1: Web design"
href: slides/web-design.html
- text: "Bonus 2: Animations"
- text: "Class 28: Animations"
href: slides/animations.html
- text: "Bonus: Web design"
href: slides/web-design.html


- text: "Worksheets"
Expand All @@ -87,55 +87,57 @@ navbar:
href: worksheets/intro-rmarkdown-solutions.Rmd
- text: "Class 2: Aesthetic mappings"
href: worksheets/aesthetic-mappings.Rmd
- text: "Class 4: Visualizing amounts"
- text: "Class 3: Visualizing amounts"
href: worksheets/visualizing-amounts.Rmd
- text: "Class 5 : Coordinate systems and axes"
- text: "Class 4 : Coordinate systems and axes"
href: worksheets/coordinate-systems-axes.Rmd
- text: "Class 6: Visualizing distributions 1"
- text: "Class 5: Visualizing distributions 1"
href: worksheets/visualizing-distributions-1.Rmd
- text: "Class 7: Visualizing distributions 2"
- text: "Class 6: Visualizing distributions 2"
href: worksheets/visualizing-distributions-2.Rmd
- text: "Class 8: Color scales"
- text: "Class 7: Color scales"
href: worksheets/color-scales.Rmd
- text: "Class 9: Data wrangling 1"
- text: "Class 8: Data wrangling 1"
href: worksheets/data-wrangling-1.Rmd
- text: "Class 10: Data wrangling 2"
- text: "Class 9: Data wrangling 2"
href: worksheets/data-wrangling-2.Rmd
- text: "Class 11: Visualizing proportions"
- text: "Class 10: Visualizing proportions"
href: worksheets/visualizing-proportions.Rmd
- text: "Class 12: Getting to know your data"
- text: "Class 11: Getting to know your data 1"
href: worksheets/know-your-data-1.Rmd
- text: "Class 13: Getting things into the right order"
- text: "Class 11: Getting to know your data 2"
href: worksheets/know-your-data-2.Rmd
- text: "Class 12: Getting things into the right order"
href: worksheets/getting-things-in-order.Rmd
- text: "Class 14: Figure design"
- text: "Class 13: Figure design"
href: worksheets/figure-design.Rmd
- text: "Class 15: Color spaces and color-vision deficiency"
- text: "Class 14: Color spaces and color-vision deficiency"
href: worksheets/color-spaces.R
- text: "Class 16: Functions and functional programming"
- text: "Class 15: Functions and functional programming"
href: worksheets/functional-programming.Rmd
- text: "Class 17: Visualizing trends"
- text: "Class 16: Visualizing trends"
href: worksheets/visualizing-trends.Rmd
- text: "Class 18: Working with models"
- text: "Class 17: Working with models"
href: worksheets/working-with-models.Rmd
- text: "Class 19: Visualizing uncertainty"
- text: "Class 18: Visualizing uncertainty"
href: worksheets/visualizing-uncertainty.Rmd
- text: "Class 20: Dimension reduction 1"
- text: "Class 19: Dimension reduction 1"
href: worksheets/dimension-reduction-1.Rmd
- text: "Class 21: Dimension reduction 2"
- text: "Class 20: Dimension reduction 2"
href: worksheets/dimension-reduction-2.Rmd
- text: "Class 22: Clustering"
- text: "Class 21: Clustering"
href: worksheets/clustering.Rmd
- text: "Class 23: Hierarchical clustering"
- text: "Class 22: Hierarchical clustering"
href: worksheets/hierarchical-clustering.Rmd
- text: "Class 24: Visualizing geospatial data"
- text: "Class 23: Visualizing geospatial data"
href: worksheets/geospatial-data.Rmd
- text: "Class 25: Redundant coding, text annotations"
- text: "Class 24: Redundant coding, text annotations"
href: worksheets/redundant-coding.Rmd
- text: "Class 26: Interactive plots"
- text: "Class 25: Interactive plots"
href: worksheets/interactive-plots.Rmd
- text: "Class 27: Overplotting"
- text: "Class 26: Overplotting"
href: worksheets/overplotting.Rmd
- text: "Class 28: Compound figures"
- text: "Class 27: Compound figures"
href: worksheets/compound-figures.Rmd
- text: "Bonus 1: Web design"
href: slides/web-design-worksheet.html
Expand Down
105 changes: 53 additions & 52 deletions docs/LICENSE.html
Original file line number Diff line number Diff line change
Expand Up @@ -2380,33 +2380,33 @@ <h3>${suggestion.title}</h3>
<a href="slides/introduction.html">Class 1: Introduction</a>
<a href="slides/aesthetic-mappings.html">Class 2: Aesthetic mappings</a>
<a href="slides/telling-a-story.html">Class 3: Telling a story</a>
<a href="slides/visualizing-amounts.html">Class 4: Visualizing amounts</a>
<a href="slides/coordinate-systems-axes.html">Class 5: Coordinate systems and axes</a>
<a href="slides/visualizing-distributions-1.html">Class 6: Visualizing distributions 1</a>
<a href="slides/visualizing-distributions-2.html">Class 7: Visualizing distributions 2</a>
<a href="slides/color-scales.html">Class 8: Color scales</a>
<a href="slides/data-wrangling-1.html">Class 9: Data wrangling 1</a>
<a href="slides/data-wrangling-2.html">Class 10: Data wrangling 2</a>
<a href="slides/visualizing-proportions.html">Class 11: Visualizing proportions</a>
<a href="slides/know-your-data-1.html">Class 12: Getting to know your data</a>
<a href="slides/getting-things-in-order.html">Class 13: Getting things into the right order</a>
<a href="slides/figure-design.html">Class 14: Figure design</a>
<a href="slides/color-spaces.html">Class 15: Color spaces and color-vision deficiency</a>
<a href="slides/functional-programming.html">Class 16: Functions and functional programming</a>
<a href="slides/visualizing-trends.html">Class 17: Visualizing trends</a>
<a href="slides/working-with-models.html">Class 18: Working with models</a>
<a href="slides/visualizing-uncertainty.html">Class 19: Visualizing uncertainty</a>
<a href="slides/dimension-reduction-1.html">Class 20: Dimension reduction 1</a>
<a href="slides/dimension-reduction-2.html">Class 21: Dimension reduction 2</a>
<a href="slides/clustering.html">Class 22: Clustering</a>
<a href="slides/hierarchical-clustering.html">Class 23: Hierarchical clustering</a>
<a href="slides/geospatial-data.html">Class 24: Visualizing geospatial data</a>
<a href="slides/redundant-coding.html">Class 25: Redundant coding, text annotations</a>
<a href="slides/interactive-plots.html">Class 26: Interactive plots</a>
<a href="slides/overplotting.html">Class 27: Overplotting</a>
<a href="slides/compound-figures.html">Class 28: Compound figures</a>
<a href="slides/web-design.html">Bonus 1: Web design</a>
<a href="slides/animations.html">Bonus 2: Animations</a>
<a href="slides/visualizing-amounts.html">Class 3: Visualizing amounts</a>
<a href="slides/coordinate-systems-axes.html">Class 4: Coordinate systems and axes</a>
<a href="slides/visualizing-distributions-1.html">Class 5: Visualizing distributions 1</a>
<a href="slides/visualizing-distributions-2.html">Class 6: Visualizing distributions 2</a>
<a href="slides/color-scales.html">Class 7: Color scales</a>
<a href="slides/data-wrangling-1.html">Class 8: Data wrangling 1</a>
<a href="slides/data-wrangling-2.html">Class 9: Data wrangling 2</a>
<a href="slides/visualizing-proportions.html">Class 10: Visualizing proportions</a>
<a href="slides/know-your-data-1.html">Class 11: Getting to know your data</a>
<a href="slides/getting-things-in-order.html">Class 12: Getting things into the right order</a>
<a href="slides/figure-design.html">Class 13: Figure design</a>
<a href="slides/color-spaces.html">Class 14: Color spaces and color-vision deficiency</a>
<a href="slides/functional-programming.html">Class 15: Functions and functional programming</a>
<a href="slides/visualizing-trends.html">Class 16: Visualizing trends</a>
<a href="slides/working-with-models.html">Class 17: Working with models</a>
<a href="slides/visualizing-uncertainty.html">Class 18: Visualizing uncertainty</a>
<a href="slides/dimension-reduction-1.html">Class 19: Dimension reduction 1</a>
<a href="slides/dimension-reduction-2.html">Class 20: Dimension reduction 2</a>
<a href="slides/clustering.html">Class 21: Clustering</a>
<a href="slides/hierarchical-clustering.html">Class 22: Hierarchical clustering</a>
<a href="slides/geospatial-data.html">Class 23: Visualizing geospatial data</a>
<a href="slides/redundant-coding.html">Class 24: Redundant coding, text annotations</a>
<a href="slides/interactive-plots.html">Class 25: Interactive plots</a>
<a href="slides/overplotting.html">Class 26: Overplotting</a>
<a href="slides/compound-figures.html">Class 27: Compound figures</a>
<a href="slides/animations.html">Class 28: Animations</a>
<a href="slides/web-design.html">Bonus: Web design</a>
</div>
</div>
<div class="nav-dropdown">
Expand All @@ -2419,31 +2419,32 @@ <h3>${suggestion.title}</h3>
<a href="worksheets/intro-rmarkdown.Rmd">Class 1: Intro to R Markdown</a>
<a href="worksheets/intro-rmarkdown-solutions.Rmd">Class 1: Intro to R Markdown (Solutions)</a>
<a href="worksheets/aesthetic-mappings.Rmd">Class 2: Aesthetic mappings</a>
<a href="worksheets/visualizing-amounts.Rmd">Class 4: Visualizing amounts</a>
<a href="worksheets/coordinate-systems-axes.Rmd">Class 5 : Coordinate systems and axes</a>
<a href="worksheets/visualizing-distributions-1.Rmd">Class 6: Visualizing distributions 1</a>
<a href="worksheets/visualizing-distributions-2.Rmd">Class 7: Visualizing distributions 2</a>
<a href="worksheets/color-scales.Rmd">Class 8: Color scales</a>
<a href="worksheets/data-wrangling-1.Rmd">Class 9: Data wrangling 1</a>
<a href="worksheets/data-wrangling-2.Rmd">Class 10: Data wrangling 2</a>
<a href="worksheets/visualizing-proportions.Rmd">Class 11: Visualizing proportions</a>
<a href="worksheets/know-your-data-1.Rmd">Class 12: Getting to know your data</a>
<a href="worksheets/getting-things-in-order.Rmd">Class 13: Getting things into the right order</a>
<a href="worksheets/figure-design.Rmd">Class 14: Figure design</a>
<a href="worksheets/color-spaces.R">Class 15: Color spaces and color-vision deficiency</a>
<a href="worksheets/functional-programming.Rmd">Class 16: Functions and functional programming</a>
<a href="worksheets/visualizing-trends.Rmd">Class 17: Visualizing trends</a>
<a href="worksheets/working-with-models.Rmd">Class 18: Working with models</a>
<a href="worksheets/visualizing-uncertainty.Rmd">Class 19: Visualizing uncertainty</a>
<a href="worksheets/dimension-reduction-1.Rmd">Class 20: Dimension reduction 1</a>
<a href="worksheets/dimension-reduction-2.Rmd">Class 21: Dimension reduction 2</a>
<a href="worksheets/clustering.Rmd">Class 22: Clustering</a>
<a href="worksheets/hierarchical-clustering.Rmd">Class 23: Hierarchical clustering</a>
<a href="worksheets/geospatial-data.Rmd">Class 24: Visualizing geospatial data</a>
<a href="worksheets/redundant-coding.Rmd">Class 25: Redundant coding, text annotations</a>
<a href="worksheets/interactive-plots.Rmd">Class 26: Interactive plots</a>
<a href="worksheets/overplotting.Rmd">Class 27: Overplotting</a>
<a href="worksheets/compound-figures.Rmd">Class 28: Compound figures</a>
<a href="worksheets/visualizing-amounts.Rmd">Class 3: Visualizing amounts</a>
<a href="worksheets/coordinate-systems-axes.Rmd">Class 4 : Coordinate systems and axes</a>
<a href="worksheets/visualizing-distributions-1.Rmd">Class 5: Visualizing distributions 1</a>
<a href="worksheets/visualizing-distributions-2.Rmd">Class 6: Visualizing distributions 2</a>
<a href="worksheets/color-scales.Rmd">Class 7: Color scales</a>
<a href="worksheets/data-wrangling-1.Rmd">Class 8: Data wrangling 1</a>
<a href="worksheets/data-wrangling-2.Rmd">Class 9: Data wrangling 2</a>
<a href="worksheets/visualizing-proportions.Rmd">Class 10: Visualizing proportions</a>
<a href="worksheets/know-your-data-1.Rmd">Class 11: Getting to know your data 1</a>
<a href="worksheets/know-your-data-2.Rmd">Class 11: Getting to know your data 2</a>
<a href="worksheets/getting-things-in-order.Rmd">Class 12: Getting things into the right order</a>
<a href="worksheets/figure-design.Rmd">Class 13: Figure design</a>
<a href="worksheets/color-spaces.R">Class 14: Color spaces and color-vision deficiency</a>
<a href="worksheets/functional-programming.Rmd">Class 15: Functions and functional programming</a>
<a href="worksheets/visualizing-trends.Rmd">Class 16: Visualizing trends</a>
<a href="worksheets/working-with-models.Rmd">Class 17: Working with models</a>
<a href="worksheets/visualizing-uncertainty.Rmd">Class 18: Visualizing uncertainty</a>
<a href="worksheets/dimension-reduction-1.Rmd">Class 19: Dimension reduction 1</a>
<a href="worksheets/dimension-reduction-2.Rmd">Class 20: Dimension reduction 2</a>
<a href="worksheets/clustering.Rmd">Class 21: Clustering</a>
<a href="worksheets/hierarchical-clustering.Rmd">Class 22: Hierarchical clustering</a>
<a href="worksheets/geospatial-data.Rmd">Class 23: Visualizing geospatial data</a>
<a href="worksheets/redundant-coding.Rmd">Class 24: Redundant coding, text annotations</a>
<a href="worksheets/interactive-plots.Rmd">Class 25: Interactive plots</a>
<a href="worksheets/overplotting.Rmd">Class 26: Overplotting</a>
<a href="worksheets/compound-figures.Rmd">Class 27: Compound figures</a>
<a href="slides/web-design-worksheet.html">Bonus 1: Web design</a>
</div>
</div>
Expand Down
Loading

0 comments on commit 99f37f6

Please sign in to comment.