Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
strengejacke committed Mar 27, 2024
1 parent 3cfb56f commit 55f8ab1
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion R/plot.binned_residuals.R
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ plot.see_binned_residuals <- function(x,
base_size = base_size,
plot.title.space = 3,
axis.title.space = 5,
axis.title = ggplot2::element_text(size = size_axis_title)
axis.title.size = size_axis_title

Check warning on line 113 in R/plot.binned_residuals.R

View check run for this annotation

Codecov / codecov/patch

R/plot.binned_residuals.R#L112-L113

Added lines #L112 - L113 were not covered by tests
)
}

Expand Down
2 changes: 1 addition & 1 deletion R/plot.check_model.R
Original file line number Diff line number Diff line change
Expand Up @@ -300,6 +300,6 @@ plot.see_check_model <- function(x,
base_size = base_size,
plot.title.space = 3,
axis.title.space = 5,
axis.title = ggplot2::element_text(size = size_axis_title)
axis.title.size = size_axis_title
)
}
2 changes: 1 addition & 1 deletion R/plot.check_predictions.R
Original file line number Diff line number Diff line change
Expand Up @@ -216,7 +216,7 @@ plot.see_performance_pp_check <- function(x,
base_size = base_size,
plot.title.space = 3,
axis.title.space = 5,
axis.title = ggplot2::element_text(size = size_axis_title)
axis.title.size = size_axis_title
)
}

Expand Down

0 comments on commit 55f8ab1

Please sign in to comment.