Jeff Boichuk
a8099d06a6
Adds a missing "the" ( #545 )
...
The following sentence is missing the bracketed word (i.e., "the"): "ggplot2 provides over 20 stats for you to use. Each stat is a function, so you can get help in [the] usual way"
2017-05-03 07:43:27 -05:00
djbirke
9836d5c86a
Add `show.legend = FALSE` mentioned in exercise ( #543 )
...
The example wants to show different ways of producing the same plot (as done in the print version). One of the exercises refers to a `show.legend = FALSE` used previously. This change brings the parts back into harmony.
2017-05-03 07:43:15 -05:00
kaetschap
39d210fb35
Update visualize.Rmd ( #500 )
...
function used is tribble() but function used in the text below to describe the code snippet was tibble()
=> changed from tibble() => tribble()
2016-11-28 10:52:39 -06:00
Garrett Grolemund
81dc7a77e0
Fixes typos in visualization.Rmd
2016-10-31 11:58:04 -05:00
yahwes
c81d1e0087
fix list of typos ( #488 )
2016-10-24 13:04:21 -05:00
Jakub Nowosad
898b86cf63
Update visualize.Rmd ( #467 )
...
unified ESCAPE
2016-10-12 07:27:42 -07:00
S'busiso Mkhondwane
18df8fbfe8
Update visualize.Rmd ( #460 )
...
In Workflow: basics, you have TAB and ESCAPE in caps and made a change here to be similar.
2016-10-08 09:08:02 -05:00
hadley
daaa861f74
Tibbles to tribbles
...
@jennybc
2016-10-07 08:18:32 -05:00
hadley
5e015bf977
Suggestions from Marie
2016-10-04 11:21:04 -05:00
hadley
b3855be66c
Incorporating suggestions from @csgillespie
2016-10-04 07:49:10 -05:00
hadley
c8b586514b
Integrate feedback from @jennybc
2016-10-03 16:53:31 -05:00
hadley
30509621cf
Tibble is always attached now
2016-10-03 16:53:31 -05:00
hadley
7768955fe6
Use tidyverse package
...
Fixes #451
2016-10-03 12:30:24 -05:00
hadley
a0eba42266
Fixes from @schuess
...
Closes #409
2016-10-03 08:37:07 -05:00
hadley
6913611855
Fix typo
...
Closes #428
2016-10-03 07:43:45 -05:00
hadley
c6985f2b59
Differentiate challenge graphs
...
Fixes #347
2016-10-03 07:13:52 -05:00
Jonathan Page
9cc1ec2f57
Grammar ( #269 )
...
Minor corrections
2016-10-03 07:07:45 -05:00
hadley
a307af2387
Eliminate spurious messages
...
Fixes #288
2016-08-19 08:51:24 -05:00
hadley
d82f0fd314
Fix mapping location.
...
#246
2016-08-15 07:42:32 -05:00
hadley
19ea5ad5c8
Improve description of shapes
...
Fixes #244
2016-08-12 12:41:49 -05:00
hadley
2d0771ccd9
Mapping in consistent place
...
Fixes #246
2016-08-12 12:36:32 -05:00
Etienne B. Racine
6af658f1b6
clarity -> cyl ( #243 )
...
I think the concept is easier to understand by staying consistent with the `mpg` dataset, there's probably no need to introduce a new dataset for that remark only.
2016-08-09 11:15:19 -05:00
hadley
bd5a7a1c3a
More tweaks from @behrman
2016-07-31 11:40:08 -05:00
hadley
9cf3badbf0
Changes from @mine-cetinkaya-rundel
2016-07-31 11:32:16 -05:00
hadley
fb8f3e5884
Discrete -> continuous
2016-07-31 10:41:35 -05:00
Mine Cetinkaya-Rundel
1187b85e01
Few typos in EDA, transform, and visualize ( #207 )
...
* minor typos in last exercise in common problems
* unusually easiest -> unusually easy
* move mapping(aes()) into geom to match other ggplot calls
* wording suggestion in exercise + typo fix
* feel be free -> feel free
* and new dataset -> and a new dataset, missing a
* dplyr overwrite's'
2016-07-29 07:36:57 -05:00
Mine Cetinkaya-Rundel
70d4db9038
Change to avoid redundancy in sentence ( #200 )
...
* Change to to avoid redundancy in sentence
* 38 models of cars - should be plural cars
2016-07-28 08:14:42 -05:00
behrman
22d207508f
Fix typos ( #199 )
2016-07-28 08:04:50 -05:00
hadley
63575f1eb8
Tweak error message wording
...
Fixes #181
2016-07-24 09:13:57 -05:00
S'busiso Mkhondwane
be10e1e62c
Update visualize.Rmd ( #185 )
...
Exercises Typo
2016-07-24 09:02:44 -05:00
Nick Clark
ed7348a083
Update intro.Rmd ( #183 )
...
* Update intro.Rmd
* Update visualize.Rmd
2016-07-23 21:36:49 -05:00
S'busiso Mkhondwane
aea913df94
Update visualize.Rmd ( #182 )
...
changed "This defines how variables in your dataset and mapped to..." to "This defines how variables in your dataset are mapped to..."
2016-07-23 13:49:19 -05:00
Terence Teo
0c65570bb4
fixed three typos in visualize.Rmd ( #180 )
2016-07-23 13:48:18 -05:00
robinsones
e86c443320
fixed 3 minor typos ( #172 )
...
* Fixed typo in visualize
* fix typo
* fix typo
2016-07-23 08:59:53 -05:00
hadley
f69669b4c3
Proofing transformation
2016-07-22 09:15:55 -05:00
hadley
6b6c867c51
Tweaks to visualize
2016-07-21 16:54:19 -05:00
hadley
fa8940ecab
Replace two hand drawn diagrams with code
2016-07-20 10:46:27 -05:00
hadley
512305365f
Restructuring visualisation to emphasise important plot types
2016-07-20 08:41:43 -05:00
hadley
15d2e5ca05
Remove accident back quotes
2016-07-19 14:02:28 -05:00
hadley
51f8c2d8b5
Scatter around a few more explanations of ::
2016-07-19 08:11:08 -05:00
hadley
8faebedf9f
Consistent chapter intro layout
2016-07-19 08:01:50 -05:00
hadley
11294f5d0c
Tweak figures through out book
2016-07-18 09:54:10 -05:00
hadley
353fa68df2
Mention vignettes
2016-07-11 17:43:13 -05:00
hadley
8bb4165720
Tweaks to visualisation
2016-07-11 17:22:37 -05:00
hadley
1822802696
Use dataset instead of data set
2016-07-11 10:40:44 -05:00
Bill Behrman
c16ca83b1c
Fix typos
2016-07-08 17:26:58 -07:00
sibusiso16
e15b8ad2b8
Update visualize.Rmd
...
Hi Hadley. I changed "If you map the fill aesthetic to a third variable" to "If you map the fill aesthetic to another variable". I could be wrong but i believe this was a typo.
2016-06-13 12:12:39 +02:00
Julia Stewart Lowndes
5b046924ef
fix 2 tiny typos
2016-05-22 11:45:14 -07:00
Garrett
d895dbee9d
Edits visualization chapter.
2016-05-19 11:31:02 -04:00
Garrett
f7680d5d91
Edits to visualization chapter. Splits preparing graphs for publication material into a new chapter for the Communicate part.
2016-04-05 12:13:42 -04:00