DSGeoff
d1a63fe379
Minor typos ( #689 )
...
* Fix a few minor typos
Examples include saying we'll learn about filter() in the next chapter, but it's not until chapter 5. And, also, it says we'll learn about how to use multiple geoms in the same plot in the next section, but then not far below, in the same section, it shows how to use multiple geoms.
* Three minor fixes in chapter 5
* Remove " I introduced in prior commit
2018-10-24 12:25:11 -05:00
Jeff Boichuk
2ab1949997
Word swap ( #640 )
...
To remain consistent with this sentence: "Since we already use the word "value" to describe data, let's use the word "level" to describe aesthetic properties."
2018-06-20 11:05:55 +02:00
Ben Herbertson
502d91f036
Minor fixes ( #634 )
2018-06-20 11:04:10 +02:00
hadley
d84e3cf489
Fix typo. Fixes #539
2017-05-03 08:31:30 -05:00
hadley
3860c106fb
Manually integrate fixes
...
Closes #495
2017-05-03 08:06:26 -05:00
RomeroBarata
99271ee711
Update exercise 2 section 3.2.4 ( #511 )
...
Did you mean `mpg` instead of `mtcars`?
2017-05-03 07:58:35 -05:00
hadley
25d0c9b083
Add missing word. Fixes #470
2017-05-03 07:52:03 -05:00
Tal Galili
f538fc7356
Keep the same "table of cut values" example ( #571 )
...
* Keep the same "table of cut values" example
No need to go with imaginary values when there is a nice example that is used before and after this example.
* indent and remove extra comma
2017-05-03 07:49:25 -05:00
Sebastian Kraus
0f9ff62c4b
changed a punctuation mark ( #564 )
...
-"."
+"?" (End of a question)
2017-05-03 07:45:55 -05:00
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