How to remove the white background from my table
0
0
Entering edit mode
16 months ago
Khaleesi95 ▴ 40

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 • 513 views
ADD COMMENT
1
Entering edit mode

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

ADD REPLY

Login before adding your answer.

Traffic: 2966 users visited in the last hour
Help About
FAQ
Access RSS
API
Stats

Use of this site constitutes acceptance of our User Agreement and Privacy Policy.

Powered by the version 2.3.6