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 Mar 5, 2024
1 parent be3f223 commit dfb18b5
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-03-05"
"learners/setup.md" "d0c4fbb2853d84c779714577c6673c4b" "site/built/setup.md" "2024-03-05"
"profiles/learner-profiles.md" "60b93493cf1da06dfd63255d73854461" "site/built/learner-profiles.md" "2024-03-05"
"renv/profiles/lesson-requirements/renv.lock" "e1f083e08a1460c6c43d2866850dc408" "site/built/renv.lock" "2024-03-05"
"renv/profiles/lesson-requirements/renv.lock" "74da566d8167e88ee278894e3ab1279c" "site/built/renv.lock" "2024-03-05"

0 comments on commit dfb18b5

Please sign in to comment.