Skip to content

Commit

Permalink
Update plot.hdi.R
Browse files Browse the repository at this point in the history
  • Loading branch information
strengejacke committed Feb 24, 2022
1 parent b4c938a commit 898cf86
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/plot.hdi.R
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ data_plot.bayestestR_eti <- data_plot.hdi

if (ncol(data) > 1) {
levels_order <- unique(rev(x$Parameter))
data <- data[, levels_order]
data <- data[levels_order]
dataplot <- data.frame()
for (i in names(data)) {
if (!is.null(params)) {
Expand Down

0 comments on commit 898cf86

Please sign in to comment.