Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
strengejacke committed Mar 15, 2024
1 parent b9a8e8a commit 958fa48
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion R/plot.performance_simres.R
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,9 @@ plot.see_performance_simres <- function(x,
ggplot2::geom_qq_line(
linewidth = size_line,
colour = colors[1],
na.rm = TRUE
na.rm = TRUE,
distribution = stats::qunif,
dparams = dp

Check warning on line 90 in R/plot.performance_simres.R

View check run for this annotation

Codecov / codecov/patch

R/plot.performance_simres.R#L85-L90

Added lines #L85 - L90 were not covered by tests
)
)
y_lab <- "Sample Quantiles"

Check warning on line 93 in R/plot.performance_simres.R

View check run for this annotation

Codecov / codecov/patch

R/plot.performance_simres.R#L93

Added line #L93 was not covered by tests
Expand Down

0 comments on commit 958fa48

Please sign in to comment.