[R] Vennerable Plots for Publications

Dario Strbenac dstr7320 at uni.sydney.edu.au
Fri Mar 27 06:00:06 CET 2015


Does anyone make Venn diagrams for publication using Vennerable ? I found that the font size is too big when the plot is created at 300 DPI, and there's no option to change it, even when the point size argument to the device is changed.

aVenn <- Venn(Sets = list(A = 1:5, B = 3:6))
png("forPublication.png", units = "in", h = 2.55, w = 2.4, res = 300) # Changing pointsize to a smaller number has no effect on size of the text.
plot(aVenn)
dev.off()

--------------------------------------
Dario Strbenac
PhD Student
University of Sydney
Camperdown NSW 2050
Australia



More information about the R-help mailing list