Skip to content

Commit

Permalink
small bug fix when plotting boxplot distribution
Browse files Browse the repository at this point in the history
  • Loading branch information
ningbioinfo committed Nov 7, 2023
1 parent 49bb73b commit 8c8d684
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/plot_pd.R
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ setMethod(
dat <- dat[dat$clusters %in% show_clusters,]

if (isTRUE(plot_all)) {
p <- plotProbDist_box_intl(dat, pm_cols) +
p <- plotProbDist_box_intl(dat, pm_cols, ...) +
facet_wrap(~clusters)
} else {

Expand Down

0 comments on commit 8c8d684

Please sign in to comment.