Skip to content

Commit 8de3260

Browse files
committed
name code chunks at end of sentence
1 parent c9eb08c commit 8de3260

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

episodes/superspreading-estimate.Rmd

+2-2
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,7 @@ all_secondary_cases <- epicontacts::get_degree(
173173

174174
::::::::::::::::::::: caution
175175

176-
At `epicontacts::get_degree()` we use the `only_linelist = TRUE` argument.
176+
At `epicontacts::get_degree()` we use the argument `only_linelist = TRUE`.
177177
This is to count the number of secondary cases caused by all the observed infected individuals,
178178
which includes individuals in contacts and linelist data frames.
179179

@@ -191,7 +191,7 @@ For example, if during the registry of observed infections,
191191
the contact data included more subjects than the ones available in the linelist data,
192192
then you need to consider only the individuals from the contact data.
193193
In that situation,
194-
at `epicontacts::get_degree()` we use the `only_linelist = FALSE` argument.
194+
at `epicontacts::get_degree()` we use the argument `only_linelist = FALSE`.
195195

196196
Find here a printed [reproducible example](https://reprex.tidyverse.org/):
197197

0 commit comments

Comments
 (0)