Skip to content

Commit

Permalink
Fix x legend on plot
Browse files Browse the repository at this point in the history
  • Loading branch information
egillax committed Oct 22, 2024
1 parent d339ad3 commit 851f56c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/Plotting.R
Original file line number Diff line number Diff line change
Expand Up @@ -1279,7 +1279,7 @@ plotNetBenefit <- function(plpResult,
)
) +
ggplot2::labs(
x = "Predicted Probability",
x = "Prediction Threshold",
y = "Net Benefit"
) +
ggplot2::ggtitle(evalType) +
Expand Down

0 comments on commit 851f56c

Please sign in to comment.