I am plotting with r, but the legend is too big. when I reduce the cex, the text shrinks but the legend box still has huge empty spaces. the legend code is:
legend('topleft',adj = c(0, 0.6), pch=c(4,1), c("non smokers", "smokers"), cex=.75,horiz = TRUE,pt.cex = 1)
how can I fix this?thx