Skip to content

Commit

Permalink
differences for PR #8
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed Apr 2, 2024
1 parent 17e44f2 commit c81b49b
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 3 deletions.
11 changes: 9 additions & 2 deletions episode5.md
Original file line number Diff line number Diff line change
Expand Up @@ -80,11 +80,13 @@ data.frame(max_count = apply(counts.mat.ibd, 1, max, na.rm=TRUE)) %>%
```

```{.warning}
Warning: Transformation introduced infinite values in continuous x-axis
Warning in ggplot2::scale_x_log10(n.breaks = 6, labels = scales::comma): log-10
transformation introduced infinite values.
```

```{.warning}
Warning: Removed 10 rows containing non-finite values (`stat_bin()`).
Warning: Removed 10 rows containing non-finite outside the scale range
(`stat_bin()`).
```

<img src="fig/episode5-rendered-unnamed-chunk-3-1.png" style="display: block; margin: auto;" />
Expand Down Expand Up @@ -184,6 +186,11 @@ ggplot2::ggplot(data=data.frame(t = t.seq, jacc = ms.jac)) +
ggplot2::ylab("Multiset Jaccard Index")
```

```{.warning}
Warning in ggplot2::geom_point(ggplot2::aes(x = which.max(ms.jac), y = max(ms.jac)), : All aesthetics have length 1, but the data has 25 rows.
ℹ Did you mean to use `annotate()`?
```

<img src="fig/episode5-rendered-unnamed-chunk-5-1.png" style="display: block; margin: auto;" />

::::::::::::::::::::::::::::::::::::: challenge
Expand Down
2 changes: 1 addition & 1 deletion md5sum.txt
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@
"learners/reference.md" "1c7cc4e229304d9806a13f69ca1b8ba4" "site/built/reference.md" "2024-04-02"
"learners/setup.md" "d0c4fbb2853d84c779714577c6673c4b" "site/built/setup.md" "2024-04-02"
"profiles/learner-profiles.md" "60b93493cf1da06dfd63255d73854461" "site/built/learner-profiles.md" "2024-04-02"
"renv/profiles/lesson-requirements/renv.lock" "299c1b2d62cd37a2b7e9e5208fc019ab" "site/built/renv.lock" "2024-04-02"
"renv/profiles/lesson-requirements/renv.lock" "40771aead9d32fca99293edb33aacf7c" "site/built/renv.lock" "2024-04-02"

0 comments on commit c81b49b

Please sign in to comment.