We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
slide.Rmd
epi_slide
1 parent 7fd2119 commit bf5c6e8Copy full SHA for bf5c6e8
1 file changed
vignettes/slide.Rmd
@@ -21,8 +21,7 @@ as `Date` objects, then one time step is one day, since `as.Date("2022-01-01") +
21
1` equals `as.Date("2022-01-02")`. Alternatively, the time step can be specified
22
manually in the call to `epi_slide()`; you can read the documentation for more
23
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.
+is specified by `before` and `after`.
26
27
As in getting started guide, we'll fetch daily reported COVID-19 cases from CA,
28
FL, NY, and TX (note: here we're using new, not cumulative cases) using the
0 commit comments