This is a test version of Biostars. For the public version, visit https://www.biostars.org.
How to remove the white background from my table

Hi guys,

I have to draw a table. I wrote the following code:

library(ggpubr)

ds12 <- c("N of individuals", "Eff N after removing Ref", "N of matched sex individuals", "N of failing sex check")
ds13 <- c(903, 893, 892, 1)
ds14 <- cbind(ds12, ds13)
colnames(ds14) <- NULL

ggtexttable(ds14, rows = NULL, theme = ttheme("mBlue", base_size = 30))

I got the following table:

enter image description here

Is it possible to remove the white background to have something like that?

enter image description here

Here the link of the ggtexttable() function from the ggpubr package: https://rpkgs.datanovia.com/ggpubr/reference/ggtexttable.html#arguments

Thank you!

ggtexttable ggpubr r

Strictly speaking, this is not a bioinformatics question. You might have better luck searching/asking StackOverflow.

0 answers

No answers yet.

Log in to answer this question.