Skip to content

Commit

Permalink
correcting typos
Browse files Browse the repository at this point in the history
  • Loading branch information
Degoot-AM committed Jun 25, 2024
1 parent 77e4270 commit 7179d84
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions episodes/describe-cases.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -255,9 +255,10 @@ confidence interval and using 100 bootstrap samples.

## Visulaziantion with ggplot2

`{incidence2} produces basic plots for epicurves, but additional work is required to create well-annotated graphs. However, using the {ggplot2} package, you can generate more sophisticated and better-annotated epicurves.
{ggplot2} is a comprehensive package with many functionalities, but we will focus on three key elements essential for producing epicurves: histogram plots, scaling date axes and their labels, and general plot theme annotation.
The example below demonstrates how to configure these three elements for a simple `{incidence2} object.

`{incidence2}` produces basic plots for epicurves, but additional work is required to create well-annotated graphs. However, using the `{ggplot2}` package, you can generate more sophisticated and better-annotated epicurves.
`{ggplot2}` is a comprehensive package with many functionalities, but we will focus on three key elements essential for producing epicurves: histogram plots, scaling date axes and their labels, and general plot theme annotation.
The example below demonstrates how to configure these three elements for a simple `{incidence2}` object.

```{r, message=FALSE, warning=FALSE}
breaks <- seq.Date(
Expand Down

0 comments on commit 7179d84

Please sign in to comment.