Created
September 23, 2015 03:46
-
-
Save aammd/edf84ae4386fa87682e5 to your computer and use it in GitHub Desktop.
plot something so that it is pretty in R for LIbreoffice slides.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
png(filename = "Figures/web.R.png", width = 28, height = 21, units = "cm", res = 100) | |
#plotweb(mat, text.rot = 55, col.high = NULL, col.low = NULL, low.lablength = 7, labsize = 2) | |
dev.off() |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
ggsave("Figures/slide2.png", width = 28, height = 21, units = "cm", dpi = 300)