ggpubr icon indicating copy to clipboard operation
ggpubr copied to clipboard

'ggplot2' Based Publication Ready Plots

Results 206 ggpubr issues
Sort by recently updated
recently updated
newest added

When the group1 name is `group2` `compare_means()` error ``` require(ggpubr) tribble( ~val, ~gp, ~by, 923 , 'group4','V1', 1252, 'group4','V1', 1442, 'group4','V1', 1398, 'group2','V1', 1858, 'group2','V1', 1330, 'group2','V1', 2593, 'group2','V1', 23...

I am trying to use this function (stat_compare_means) for a plot with facet_wrap of 20 geom_boxplot. I try to select comparisons for each plot of the facet. Up to know,...

Feature request: It would be great to have the argument `p.adjust.method` available when computing comparisons using the function `stat_compare_means`. Currently, p-value adjustment is defaulted to "holm" and cannot be accessed...

Hi Alboukadel, ggboxplot set a seed, even we do not add any points or jitter. Seeds are set in: ggmaplot.R ggadd.R utilities.R For ggboxplot, the seed is set 'globally' in...

I am trying to plot a lollipop chart with 5 groups and repeated elements in those groups. If all elements have different names it works as expected: ![Screenshot from 2022-02-03...

The [docs](http://rpkgs.datanovia.com/ggpubr/reference/stat_compare_means.html#arguments) indicate that `tip.length` specifies "the _fraction_ of total height that the bar goes down to indicate the precise column." Apparently, the `tip.length` is relative to the bar length...

Hi, I really enjoy this package and very frequently use the stat_cor function within ggplot. I have one problem though: I would like to display very low p-values and not...

Error: Failed to install 'ggpubr' from GitHub: error in running command Traceback: 1. devtools::install_github("kassambara/ggpubr") 2. pkgbuild::with_build_tools({ . ellipsis::check_dots_used(action = getOption("devtools.ellipsis_action", . rlang::warn)) . { . remotes

Dear Alboukadel, thanks for this awesome package, really useful! (I even built on top of it for further lazyfication [ggExpress](https://github.com/vertesy/ggExpressDev)) With `ggpie` I noticed that if slices have long names...

Is that possible to add a parameter in ggpie to control removing whitespace around pie chart? ```R df