Skip to content

Instantly share code, notes, and snippets.

@aammd
Created September 23, 2015 03:46
Show Gist options
  • Save aammd/edf84ae4386fa87682e5 to your computer and use it in GitHub Desktop.
Save aammd/edf84ae4386fa87682e5 to your computer and use it in GitHub Desktop.
plot something so that it is pretty in R for LIbreoffice slides.
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()
@aammd
Copy link
Author

aammd commented Sep 23, 2015

ggsave("Figures/slide2.png", width = 28, height = 21, units = "cm", dpi = 300)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment