Skip to content
Snippets Groups Projects
Commit 233f9254 authored by Ghislain Durif's avatar Ghislain Durif
Browse files

invitation to next chapter should not appear in TOC

parent df5281b8
Branches
No related tags found
No related merge requests found
Pipeline #1229 passed
...@@ -1084,4 +1084,4 @@ sessionInfo() ...@@ -1084,4 +1084,4 @@ sessionInfo()
browseVignettes("ggplot2") browseVignettes("ggplot2")
``` ```
## See you in [R.2: "Introduction to Tidyverse"](/session_2/session_2.html) {.unnumbered} ## See you in [R.2: "Introduction to Tidyverse"](/session_2/session_2.html) {.unnumbered .unlisted}
...@@ -562,7 +562,7 @@ ggplot(data = new_mpg, mapping = aes(x = displ, y = hwy, color = fuel)) + ...@@ -562,7 +562,7 @@ ggplot(data = new_mpg, mapping = aes(x = displ, y = hwy, color = fuel)) +
</p> </p>
</details> </details>
## See you in [R.3: Transformations with ggplot2](/session_3/session_3.html) {.unnumbered} ## See you in [R.3: Transformations with ggplot2](/session_3/session_3.html) {.unnumbered .unlisted}
## To go further: publication ready plots ## To go further: publication ready plots
......
...@@ -333,7 +333,7 @@ ggplot(data = diamonds, mapping = aes(x = cut, fill = cut)) + ...@@ -333,7 +333,7 @@ ggplot(data = diamonds, mapping = aes(x = cut, fill = cut)) +
By combining the right **geom**, **coordinates** and **faceting** functions, you can build a large number of different plots to present your results. By combining the right **geom**, **coordinates** and **faceting** functions, you can build a large number of different plots to present your results.
## See you in [R.4: data transformation](/session_4/session_4.html) {.unnumbered} ## See you in [R.4: data transformation](/session_4/session_4.html) {.unnumbered .unlisted}
## To go further: animated plots from xls files ## To go further: animated plots from xls files
......
...@@ -647,7 +647,7 @@ mutate( ...@@ -647,7 +647,7 @@ mutate(
- Ranking: there are a number of ranking functions, the most frequently used being min_rank(). They differ by the way ties are treated, etc. Try ?mutate, ?min_rank, ?rank, for more information. - Ranking: there are a number of ranking functions, the most frequently used being min_rank(). They differ by the way ties are treated, etc. Try ?mutate, ?min_rank, ?rank, for more information.
## See you in [R.5: Pipping and grouping](/session_5/session_5.html) {.unnumbered} ## See you in [R.5: Pipping and grouping](/session_5/session_5.html) {.unnumbered .unlisted}
## To go further: Data transformation and color sets. ## To go further: Data transformation and color sets.
......
...@@ -388,4 +388,4 @@ flights %>% ...@@ -388,4 +388,4 @@ flights %>%
</p> </p>
</details> </details>
## See you in [R.6: tidydata](/session_6/session_6.html) {.unnumbered} ## See you in [R.6: tidydata](/session_6/session_6.html) {.unnumbered .unlisted}
...@@ -318,4 +318,4 @@ These expect the x and y inputs to have the same variables, and treat the observ ...@@ -318,4 +318,4 @@ These expect the x and y inputs to have the same variables, and treat the observ
knitr::include_graphics('img/overview_set.png') knitr::include_graphics('img/overview_set.png')
``` ```
## See you in [R.7: String & RegExp](/session_7/session_7.html) {.unnumbered} ## See you in [R.7: String & RegExp](/session_7/session_7.html) {.unnumbered .unlisted}
...@@ -429,4 +429,4 @@ sentences %>% ...@@ -429,4 +429,4 @@ sentences %>%
str_split("\\s") str_split("\\s")
``` ```
## See you in [R.8: Factors](/session_8/session_8.html) {.unnumbered} ## See you in [R.8: Factors](/session_8/session_8.html) {.unnumbered .unlisted}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment