Skip to content

Commit ddf9c62

Browse files
authored
add dependencies (#215)
1 parent 8404650 commit ddf9c62

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

R/LSbinaryclassification.R

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2080,11 +2080,13 @@ model{
20802080

20812081
plotsContainer[["estimatesPlot"]] <-
20822082
createJaspPlot(title = gettext("Estimates"),
2083-
dependencies = c("estimatesPlot", plots, "plotEstimatesType"),
2083+
dependencies = c("estimatesPlot", plots, "plotEstimatesType", "ci"),
20842084
position = position,
20852085
width = 500,
20862086
height = 50 + 50 * sum(selectedPlots)
20872087
)
2088+
if (options[["ci"]])
2089+
plotsContainer[["estimatesPlot"]]$dependOn("ciLevel")
20882090

20892091
if(ready && any(selectedPlots)) plotsContainer[["estimatesPlot"]]$plotObject <-
20902092
.bcFillPlotEstimates(results, summary, dataset, options, selectedPlots)

0 commit comments

Comments
 (0)