Entering edit mode
Hi Everyone
How do I increase the font size in limma barcodeplot? The manual says additional args are passed to the base plot
function, and from there to base par
, but I tried to use lwd
and cex
options and they didn't work.
barcodeplot(fit$t[,2],
rnaseq$up,
rnaseq$down,
labels = c("UP", "DOWN"),
lwd = 2,
cex = 5)
Thanks, Vivek