Skip to content

Commit

Permalink
method parameters harmonisation
Browse files Browse the repository at this point in the history
  • Loading branch information
AQLT committed Oct 4, 2023
1 parent ed4a630 commit 007083d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion R/sc_d_summary_diagnostics.R
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
summary_diagnostics <- function(x, digits = 2, decimal.mark = getOption("OutDec")){
summary_diagnostics <- function(x, digits = 2, decimal.mark = getOption("OutDec"),
colours = c(`1` = "red", `2` = "yellow", `3` = "#A0CD63")){
UseMethod("summary_diagnostics", x)
}
summary_diagnostics.X13 <- function(x, digits = 2, decimal.mark = getOption("OutDec"),
Expand Down

0 comments on commit 007083d

Please sign in to comment.