Skip to content

Commit

Permalink
- code bautification
Browse files Browse the repository at this point in the history
  • Loading branch information
wojcieko committed Nov 29, 2024
1 parent c8c6019 commit d496952
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions R/plot.R
Original file line number Diff line number Diff line change
Expand Up @@ -103,8 +103,8 @@ plot.modelFits <- function (
gsub("linear", "lin", x = _) |>
gsub("logistic", "log", x = _) |>
gsub("sigEmax", "sigE", x = _) |>
gsub("betaMod", "betaM", x = _)|>
gsub("quadratic", "quad", x = _)
gsub("betaMod", "betaM", x = _) |>
gsub("quadratic", "quad", x = _)

label_avg <- paste0(paste_names, "=", round(mod_weights, 1),
collapse = ", ")
Expand Down
1 change: 1 addition & 0 deletions R/s3methods.R
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@ print.BayesianMCP <- function(x, ...) {
}

invisible(x)

}
# print.BayesianMCP <- function (
#
Expand Down

0 comments on commit d496952

Please sign in to comment.