Skip to content

Commit ea335c9

Browse files
committed
docfix, points no longer oversized
1 parent e63be89 commit ea335c9

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

R/epipredict_utilities.R

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
#' add the default steps for arx_forecaster
33
#' @description
44
#' add the default steps for arx_forecaster
5-
#' @param rec an [`epipredict::epi_recipe`]
5+
#' @param preproc an [`epipredict::epi_recipe`]
66
#' @param outcome a character of the column to be predicted
77
#' @param predictors a character vector of the columns used as predictors
88
#' @param args_list an [`epipredict::arx_args_list`]

app.R

+1-1
Original file line numberDiff line numberDiff line change
@@ -261,7 +261,7 @@ shinyApp(
261261
# Use scatterplot or lines depending on the x var.
262262
{
263263
if (input$x_var %in% c(input$facet_vars, "geo_value", "forecaster", "ahead")) {
264-
. + geom_point(aes(size = n)) + expand_limits(size = 0)
264+
. + geom_point(aes(size = n/100)) + expand_limits(size = 0)
265265
} else {
266266
. + geom_line()
267267
}

man/arx_preprocess.Rd

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)