Skip to content

Commit d8592e0

Browse files
committed
missed one
1 parent e8fa15b commit d8592e0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

R/autoplot.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ ggplot2::autoplot
7070
#' jhu <- covid_case_death_rates %>%
7171
#' filter(time_value >= as.Date("2021-11-01"))
7272
#' flat <- flatline_forecaster(jhu, "death_rate")
73-
#' autoplot(flat, .max_facets = 4)
73+
#' autoplot(flat, .facet_filter = geo_value %in% c("ca", "ny", "de", "mt"))
7474
#'
7575
#' arx <- arx_forecaster(jhu, "death_rate", c("case_rate", "death_rate"),
7676
#' args_list = arx_args_list(ahead = 14L)

0 commit comments

Comments
 (0)