ggpubr icon indicating copy to clipboard operation
ggpubr copied to clipboard

Hi Kassambara,

Open h2002766 opened this issue 3 years ago • 1 comments

I am trying to use ggsummarystats within Rshiny.

I was able to plot the data successfully with summary stats table underneath it. But how do I increase the number of digits after the decimal and also increase font size within the summary stats table. Both digits= & table.font.size= doesn't seem to work. Please help! Thank you

h2002766 avatar Feb 04 '22 17:02 h2002766

@h2002766, To get the digits feature I had to install ggpubr from Git using:

if(!require(devtools)) install.packages("devtools")
devtools::install_github("kassambara/ggpubr")

Avnerus avatar Mar 31 '22 10:03 Avnerus