File tree 3 files changed +11
-11
lines changed
3 files changed +11
-11
lines changed Original file line number Diff line number Diff line change @@ -321,12 +321,12 @@ forecast_plot <-
321
321
narrow_data_plot |>
322
322
epipredict:::plot_bands(
323
323
restricted_predictions,
324
- levels = 0.9,
325
- fill = primary
324
+ levels = 0.9
326
325
) +
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
+ )
330
330
```
331
331
</details >
332
332
Original file line number Diff line number Diff line change @@ -216,7 +216,7 @@ four_week_ahead <- arx_forecaster(
216
216
four_week_ahead
217
217
# > ══ A basic forecaster of type ARX Forecaster ════════════════════════════════
218
218
# >
219
- # > This forecaster was fit on 2025-01-24 14:47:38 .
219
+ # > This forecaster was fit on 2025-01-24 15:31:46 .
220
220
# >
221
221
# > Training data was an <epi_df> with:
222
222
# > • Geography: state,
@@ -282,12 +282,12 @@ forecast_plot <-
282
282
narrow_data_plot | >
283
283
epipredict ::: plot_bands(
284
284
restricted_predictions ,
285
- levels = 0.9 ,
286
- fill = primary
285
+ levels = 0.9
287
286
) +
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
+ )
291
291
```
292
292
293
293
</details >
You can’t perform that action at this time.
0 commit comments