ggpubr
ggpubr copied to clipboard
Hi Kassambara,
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,
To get the digits
feature I had to install ggpubr
from Git using:
if(!require(devtools)) install.packages("devtools")
devtools::install_github("kassambara/ggpubr")