Skip to content

Commit 7f2ab8b

Browse files
committed
differences for PR #250
1 parent c442666 commit 7f2ab8b

File tree

5 files changed

+6
-6
lines changed

5 files changed

+6
-6
lines changed
-408 KB
Loading

md5sum.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"episodes/delays-functions.Rmd" "44567c40c9ecf6de5387668753328cf3" "site/built/delays-functions.md" "2025-10-17"
1010
"episodes/create-forecast.Rmd" "cc408a17d67fd9429a308b723ad17952" "site/built/create-forecast.md" "2025-10-17"
1111
"episodes/severity-static.Rmd" "22c2a1c522e4bd4a1f4291df17ac38cb" "site/built/severity-static.md" "2025-10-20"
12-
"episodes/superspreading-estimate.Rmd" "6295d858f39b668451318a5daabafc43" "site/built/superspreading-estimate.md" "2025-10-24"
12+
"episodes/superspreading-estimate.Rmd" "9441f956c39495590c3d51a5decc4e49" "site/built/superspreading-estimate.md" "2025-10-24"
1313
"episodes/superspreading-simulate.Rmd" "e7fedcad27065f7df8465759ab4dd799" "site/built/superspreading-simulate.md" "2025-10-17"
1414
"instructors/instructor-notes.md" "ca3834a1b0f9e70c4702aa7a367a6bb5" "site/built/instructor-notes.md" "2025-10-17"
1515
"learners/intro-cfr-adjust-delays.Rmd" "87d00768a1c2daedc4303f0889472349" "site/built/intro-cfr-adjust-delays.md" "2025-10-17"

network.html

Lines changed: 3 additions & 3 deletions
Large diffs are not rendered by default.

superspreading-estimate.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ With the argument `directed = TRUE` we configure a directed graph. These directi
102102

103103
``` r
104104
# visualise contact network
105-
epicontacts::vis_epicontacts(epi_contacts)
105+
plot(epi_contacts)
106106
```
107107

108108
<img src="fig/superspreading-estimate-rendered-unnamed-chunk-4-1.png" style="display: block; margin: auto;" />
@@ -301,7 +301,7 @@ Calculate the distribution of secondary cases for Ebola using the `ebola_sim_cle
301301

302302
:::::::::::::::::: hint
303303

304-
⚠️ **Optional step:** This dataset has 5829 cases. Running `epicontacts::vis_epicontacts()` may take several minutes and use significant memory for large outbreaks such as the Ebola linelist. If you're on an older or slower computer, you can skip this step.
304+
⚠️ **Optional step:** This dataset has 5829 cases. Running `plot(<epicontacts>)` may take several minutes and use significant memory for large outbreaks such as the Ebola linelist. If you're on an older or slower computer, you can skip this step.
305305

306306
::::::::::::::::::
307307

webshot.png

-408 KB
Loading

0 commit comments

Comments
 (0)