Skip to content

Commit

Permalink
Merge pull request #322 from r-causal/sich_such
Browse files Browse the repository at this point in the history
sich -> such
  • Loading branch information
malcolmbarrett authored Feb 13, 2025
2 parents f7bec06 + 0cea1aa commit a0a4556
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion chapters/07-prep-data.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -389,7 +389,7 @@ Some early times don't happen in the summer, and some late times don't happen in

```{r}
#| label: fig-close-time
#| fig-cap: "Close time for the Magic Kingdom park by month. The close time varies across the year. Earlier close times occur more often in the late fall and winter. There are months where some close times don't occur in any days, sich as early times in the summer and late times in the late fall."
#| fig-cap: "Close time for the Magic Kingdom park by month. The close time varies across the year. Earlier close times occur more often in the late fall and winter. There are months where some close times don't occur in any days, such as early times in the summer and late times in the late fall."
parks_metadata |>
count_by_month(park_close) |>
ggplot(aes(month, n, fill = ordered(park_close))) +
Expand Down

0 comments on commit a0a4556

Please sign in to comment.