File tree Expand file tree Collapse file tree 3 files changed +11
-11
lines changed Expand file tree Collapse file tree 3 files changed +11
-11
lines changed Original file line number Diff line number Diff line change @@ -321,12 +321,12 @@ forecast_plot <-
321321 narrow_data_plot |>
322322 epipredict:::plot_bands(
323323 restricted_predictions,
324- levels = 0.9,
325- fill = primary
324+ levels = 0.9
326325 ) +
327- geom_point(data = restricted_predictions,
328- aes(y = .data$value),
329- color = secondary)
326+ geom_point(
327+ data = restricted_predictions,
328+ aes(y = .data$value)
329+ )
330330```
331331</details >
332332
Original file line number Diff line number Diff line change @@ -216,7 +216,7 @@ four_week_ahead <- arx_forecaster(
216216four_week_ahead
217217# > ══ A basic forecaster of type ARX Forecaster ════════════════════════════════
218218# >
219- # > This forecaster was fit on 2025-01-24 14:47:38 .
219+ # > This forecaster was fit on 2025-01-24 15:31:46 .
220220# >
221221# > Training data was an <epi_df> with:
222222# > • Geography: state,
@@ -282,12 +282,12 @@ forecast_plot <-
282282 narrow_data_plot | >
283283 epipredict ::: plot_bands(
284284 restricted_predictions ,
285- levels = 0.9 ,
286- fill = primary
285+ levels = 0.9
287286 ) +
288- geom_point(data = restricted_predictions ,
289- aes(y = .data $ value ),
290- color = secondary )
287+ geom_point(
288+ data = restricted_predictions ,
289+ aes(y = .data $ value )
290+ )
291291```
292292
293293</details >
You can’t perform that action at this time.
0 commit comments