Skip to content

Commit

Permalink
s3-method name fix
Browse files Browse the repository at this point in the history
  • Loading branch information
strengejacke committed Aug 17, 2023
1 parent 357e1e2 commit c52c7c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/plot_grpfrq.R
Original file line number Diff line number Diff line change
Expand Up @@ -821,7 +821,7 @@ plot_grpfrq <- function(var.cnt,

# If we have bars or dot plots, we show
# Pearson's chi-square test results
baseplot <- print.table.summary(baseplot, modsum, summary.pos)
baseplot <- .print.table.summary(baseplot, modsum, summary.pos)

# prepare y-axis and
# show or hide y-axis-labels
Expand Down

0 comments on commit c52c7c4

Please sign in to comment.