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 642fab6 commit c1611fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/plot.performance_simres.R
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ plot.see_performance_simres <- function(x,
# base plot information
gg_init <- ggplot2::ggplot(
data.frame(scaled_residuals = stats::residuals(x)),
ggplot2::aes(sample = scaled_residuals)
ggplot2::aes(sample = .data$scaled_residuals)
)

# when we have package qqplotr, we can add confidence bands
Expand Down

0 comments on commit c1611fd

Please sign in to comment.