Skip to content

Commit 0a88f3d

Browse files
committed
differences for PR #231
1 parent f2d7931 commit 0a88f3d

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

06-data-visualization.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -365,7 +365,7 @@ ggplot(data = variants, aes(x = POS, y = MQ, color = sample_id)) +
365365
geom_point() +
366366
labs(x = "Base Pair Position",
367367
y = "Mapping Quality (MQ)") +
368-
facet_grid(. ~ sample_id)
368+
facet_grid(~ sample_id)
369369
```
370370

371371
<img src="fig/06-data-visualization-rendered-first-facet-1.png" style="display: block; margin: auto;" />
@@ -517,7 +517,7 @@ for inspiration. Here are some ideas:
517517

518518
- See if you can change the size or shape of the plotting symbol.
519519
- Can you find a way to change the name of the legend? What about its labels?
520-
- Try using a different color palette (see the [Cookbook for R](https://www.cookbook-r.com/Graphs/Colors_\(ggplot2\)/).
520+
- Try using a different color palette (see the [Cookbook for R](https://www.cookbook-r.com/Graphs/Colors_\(ggplot2\)/)).
521521

522522

523523
::::::::::::::::::::::::::::::::::::::::::::::::::

depth.pdf

0 Bytes
Binary file not shown.

md5sum.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"episodes/03-basics-factors-dataframes.Rmd" "1e9fafb7ff3365395cd21c3f22bdc9e6" "site/built/03-basics-factors-dataframes.md" "2023-09-13"
1010
"episodes/04-bioconductor-vcfr.Rmd" "10eb69b4697d7ecb9695d36c0d974208" "site/built/04-bioconductor-vcfr.md" "2023-09-13"
1111
"episodes/05-dplyr.Rmd" "ad433602814f1db05865f1cfc85ea6dd" "site/built/05-dplyr.md" "2023-09-13"
12-
"episodes/06-data-visualization.Rmd" "d401da790d5aa5d7855be7958be2dd7f" "site/built/06-data-visualization.md" "2023-09-13"
12+
"episodes/06-data-visualization.Rmd" "93e10006f4236e71c44c29d37d7c4a25" "site/built/06-data-visualization.md" "2023-09-13"
1313
"episodes/07-r-help.Rmd" "5e97b3a6c240ad84ebbae31a1c68944f" "site/built/07-r-help.md" "2023-09-13"
1414
"instructors/instructor-notes.md" "78f6fe6109a0eb19a16ec6663941da7f" "site/built/instructor-notes.md" "2023-09-13"
1515
"learners/discuss.md" "522bcb192adf6702a2e3cb2f0d1412b5" "site/built/discuss.md" "2023-09-13"

0 commit comments

Comments
 (0)