Skip to content

Commit

Permalink
Fix 2802
Browse files Browse the repository at this point in the history
  • Loading branch information
JTPetter committed Dec 7, 2024
1 parent 8086716 commit a264d5a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions R/processCapabilityStudies.R
Original file line number Diff line number Diff line change
Expand Up @@ -2217,6 +2217,7 @@ processCapabilityStudies <- function(jaspResults, dataset, options) {
}
data1 <- data.frame(x = dataCurrentStage, y = y)
yLimits <- range(yBreaks)
label_x <- round(label_x, .numDecimals)
p <- ggplot2::ggplot() +
ggplot2::geom_line(ggplot2::aes(y = zp, x = percentileEstimate), na.rm = TRUE) +
jaspGraphs::geom_point(data = data1, ggplot2::aes(x = x, y = y), na.rm = TRUE)
Expand Down

0 comments on commit a264d5a

Please sign in to comment.