Skip to content

Commit bf5c6e8

Browse files
committed
slide.Rmd seems to contain legacy info on epi_slide
1 parent 7fd2119 commit bf5c6e8

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

vignettes/slide.Rmd

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,7 @@ as `Date` objects, then one time step is one day, since `as.Date("2022-01-01") +
2121
1` equals `as.Date("2022-01-02")`. Alternatively, the time step can be specified
2222
manually in the call to `epi_slide()`; you can read the documentation for more
2323
details. Furthermore, the alignment of the running window used in `epi_slide()`
24-
can be "right", "center", or "left"; the default is "right", and is what we use
25-
in this vignette.
24+
is specified by `before` and `after`.
2625

2726
As in getting started guide, we'll fetch daily reported COVID-19 cases from CA,
2827
FL, NY, and TX (note: here we're using new, not cumulative cases) using the

0 commit comments

Comments
 (0)