Commit Graph

23 Commits

Author SHA1 Message Date
Mine Cetinkaya-Rundel 8fec043d5f
Tidy data edit (#914)
* No need to load ggplot2, tidyverse is loaded

* Add motivation for why to pivot + minor edits

* Add an exercise on making a contingency table

* Use index.Rmd instead of rmd to make the build work

* Case study should be sentence case

* Make figure more legible and don't rely on color alone

* Streamline example + names_transform

* Potential pathway for more advanced pivot_wider

* Pivot even wider example + new unite exercise

* Update case study to use full feature pivot_wider

* Change the pregnancy exercise

* Fix chapter reference

* Remove century example since first 2 digits is not century

* Add caption to floating figure

* Align parens

* Fix referencing

* Add alt text to all chunks with plots or figures

* Remove unused figure (related to year -> century)

* Make subparts of exercises alphabetical

* Remove references to names_transform, use mutate()

* Fix code style

* Few more chp/sec reference fixes

* Put line break back
2021-02-05 10:44:17 -06:00
hadley 166a1b96d7 Tweaking rmarkdown intro 2016-08-22 11:01:59 -05:00
Garrett 6371601245 Adds missing image for R Markdown chapter. 2016-08-18 17:46:53 -04:00
Garrett adadde3d9f Finishes Reproducible Research (R Markdown) chapter. 2016-08-18 17:34:32 -04:00
Garrett 4cf15b541d Updates Reproducible research chapter. 2016-08-18 13:40:09 -04:00
Garrett bff90c3ed5 Writing R Markdown chapter. 2016-08-04 17:01:39 -04:00
hadley fa8940ecab Replace two hand drawn diagrams with code 2016-07-20 10:46:27 -05:00
Garrett e4465bd767 Adds separate and unite diagrams to tidy.Rmd 2016-07-18 12:07:55 -04:00
hadley dfc4e95c60 Complete pass over EDA chapter 2016-07-18 08:47:52 -05:00
hadley 6d5cb638f2 Braindumping into EDA chapter 2016-07-15 09:42:51 -05:00
Garrett 7dfd6cfa90 Finishes draft of variation/EDA. Adds cluster algorithm figures. 2016-05-26 11:45:36 -04:00
Garrett 718341a2fc Completes draft of variation/EDA chapter. 2016-05-22 21:31:00 -04:00
Garrett 671f8800b4 Adds model section to EDA chapter. Edits EDA chapter. 2016-05-20 17:15:21 -04:00
Garrett 7cfbd54eed Edits/rewrites variation/EDA chapter draft. 2016-05-19 17:05:16 -04:00
Garrett 5a7f205647 More writing for variation chapter. 2016-05-04 14:41:46 -04:00
Garrett d784cf7e98 Removes unused visualization figures. 2015-12-13 17:03:51 -05:00
Garrett 0d3a912e6d Adds tables and figures to complete visualization chapter. 2015-12-13 17:01:27 -05:00
Garrett 07324d555c More work on visualization. Adds histogram diagrams. 2015-11-30 17:00:32 -05:00
hadley 649ddedc9a Merge branch 'master' of github.com:hadley/r4ds 2015-11-21 08:39:27 +13:00
hadley 269867d60c Polish list, loops, & map() intro. 2015-11-19 07:03:51 +13:00
Garrett c2ee6409e0 More work on visualization chapter. Adds grammar of graphics diagrams. 2015-11-18 09:21:22 -05:00
Garrett ff858b34ba Expand Visualization Section 1 to cover aesthetics, facets, positions, geoms, parameters, and stats. 2015-11-09 20:20:07 -05:00
Garrett b318afc1bd Adding first draft of tidy data chapter 2015-07-28 12:16:58 -04:00