Skip to content

Commit

Permalink
avoid S3 name
Browse files Browse the repository at this point in the history
  • Loading branch information
strengejacke committed Aug 17, 2023
1 parent 53c0d2f commit 357e1e2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions R/helpfunctions.R
Original file line number Diff line number Diff line change
Expand Up @@ -39,9 +39,9 @@ get_dplyr_dot_data <- function(x, qs) {

# add annotations with table summary
# here we print out total N of cases, chi-square and significance of the table
print.table.summary <- function(baseplot,
modsum,
summary.pos = "r") {
.print.table.summary <- function(baseplot,
modsum,
summary.pos = "r") {
if (!is.null(modsum)) {
# add annotations with table summary
# here we print out total N of cases, chi-square and significance of the table
Expand Down
2 changes: 1 addition & 1 deletion R/plot_xtab.R
Original file line number Diff line number Diff line change
Expand Up @@ -436,7 +436,7 @@ plot_xtab <- function(x,
# ------------------------------------------
# check whether table summary should be printed
# ------------------------------------------
baseplot <- print.table.summary(baseplot, modsum, summary.pos)
baseplot <- .print.table.summary(baseplot, modsum, summary.pos)
baseplot <- baseplot +
# show absolute and percentage value of each bar.
ggvaluelabels +
Expand Down

0 comments on commit 357e1e2

Please sign in to comment.