You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* README Typo and Capitalization
Typo: "the the" to "the" in installation instructions
Changes Capitalization of Book and Chapter names:
Data Visualisation chapter ref (anchor only)
Graphics for communication (anchor only, matches actual)
R for Data Science book name (anchor and text usage)
* RStudio/knit operation updates README.md following
side effect:
modified: man/figures/README-example-1.png
* update links to specify https rather than http
ggplot2 is a system for declaratively creating graphics, based on [The Grammar of Graphics](http://amzn.to/2ef1eWp). You provide the data, tell ggplot2 how to map variables to aesthetics, what graphical primitives to use, and it takes care of the details.
24
+
ggplot2 is a system for declaratively creating graphics, based on [The Grammar of Graphics](https://amzn.to/2ef1eWp). You provide the data, tell ggplot2 how to map variables to aesthetics, what graphical primitives to use, and it takes care of the details.
ggplot2 is now over 10 years old and is used by hundreds of thousands of people to make millions of plots. That means, by-and-large, ggplot2 itself changes relatively little. When we do make changes, they will be generally to add new functions or arguments rather than changing the behaviour of existing functions, and if we do make changes to existing behaviour we will do them for compelling reasons.
61
61
62
-
If you are looking for innovation, look to ggplot2's rich ecosystem of extensions. See a community maintained list at <http://www.ggplot2-exts.org/gallery/>.
62
+
If you are looking for innovation, look to ggplot2's rich ecosystem of extensions. See a community maintained list at <https://www.ggplot2-exts.org/gallery/>.
63
63
64
64
## Learning ggplot2
65
65
66
66
If you are new to ggplot2 you are better off starting with a systematic introduction, rather than trying to learn from reading individual documentation pages. Currently, there are three good places to start:
67
67
68
-
1. The [data visualisation][r4ds-vis] and
69
-
[graphics for communication][r4ds-comm] chapters in
70
-
[R for data science][r4ds]. R for data science is designed to
68
+
1. The [Data Visualisation][r4ds-vis] and
69
+
[Graphics for communication][r4ds-comm] chapters in
70
+
[R for Data Science][r4ds]. R for Data Science is designed to
71
71
give you a comprehensive introduction to the
72
-
[tidyverse](http://tidyverse.org), and these two chapters will
72
+
[tidyverse](https://tidyverse.org), and these two chapters will
73
73
get you up to speed with the essentials of ggplot2 as quickly as
74
74
possible.
75
75
@@ -95,11 +95,11 @@ There are two main places to get help with ggplot2:
95
95
created a reproducible example that illustrates your problem.
0 commit comments