Skip to content

Commit 73cbbed

Browse files
committed
readme.rmd red/yellow -> blue/black
1 parent cdf8d96 commit 73cbbed

File tree

3 files changed

+11
-11
lines changed

3 files changed

+11
-11
lines changed

README.Rmd

+5-5
Original file line numberDiff line numberDiff 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

README.md

+6-6
Original file line numberDiff line numberDiff line change
@@ -216,7 +216,7 @@ four_week_ahead <- arx_forecaster(
216216
four_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>
290 Bytes
Loading

0 commit comments

Comments
 (0)