[R] R Stacked Histogram

hadley wickham h.wickham at gmail.com
Thu Jan 8 19:40:36 CET 2009


> # Unfortunately due to a small bug in the current version of ggplot,
> you need to use
> # jpeg with an e to get jpegs
> ggsave(file = "ggsave_qplot_output.jpeg")
>
> # But I'd recommend using png instead - much better quality
> ggsave(file = "ggsave_qplot_output.png")

Here's a cute illustration of why I prefer png to jpeg:
http://lbrandy.com/blog/2008/10/my-first-and-last-webcomic/

Hadley

-- 
http://had.co.nz/




More information about the R-help mailing list