Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions R/bayesiannetworkanalysis.R
Original file line number Diff line number Diff line change
Expand Up @@ -495,6 +495,7 @@ BayesianNetworkAnalysis <- function(jaspResults, dataset, options) {
jaspGraphs::geom_point() +
ggplot2::ylab("Posterior Structure Probability") +
ggplot2::xlab("Structure Index") +
ggplot2::scale_y_continuous(expand = ggplot2::expansion(mult = c(0, 0.05))) +
jaspGraphs::geom_rangeframe() +
jaspGraphs::themeJaspRaw(legend.position = c(.85, 0.25))

Expand Down Expand Up @@ -696,6 +697,7 @@ BayesianNetworkAnalysis <- function(jaspResults, dataset, options) {
jaspGraphs::geom_point() +
ggplot2::ylab(gettext("Posterior Probability")) +
ggplot2::xlab(gettext("Number of edges")) +
ggplot2::scale_y_continuous(expand = ggplot2::expansion(mult = c(0, 0.05))) +
jaspGraphs::geom_rangeframe() +
jaspGraphs::themeJaspRaw(legend.position = c(.85, 0.25))

Expand Down
Loading