[Tikzdevice-bugs] ggplot-tikz examples
Cameron Bracken
cameron.bracken at gmail.com
Wed Jul 27 21:33:48 CEST 2011
Hi Felipe-
Any plot that you create ggplot2 should work with tikzDevice. For example, the simplest case:
tikz(standAlone=TRUE)
qplot(1,1)
dev.off()
tikzDevice is independent of the graphics system, so any plot you put between tikz() and dev.off() should be faithfully recreated. The ggplot2 homepage (http://had.co.nz/ggplot2/) is a rich source of examples.
If you do run into any inconsistencies, let us know and we will try to iron them out.
Thanks for your interest!
- Cameron
On Jul 27, 2011, at 1:18 PM, Felipe Carrillo wrote:
> Hi:
>
> Sorry to bother you but I am trying to find some examples of using tikzDevice and ggplot2, could you
> point out where can I find them if any? Thanks
>
>
>
> Felipe D. Carrillo
> Supervisory Fishery Biologist
> Department of the Interior
> US Fish & Wildlife Service
> California, USA
> http://www.fws.gov/redbluff/rbdd_jsmp.aspx
More information about the Tikzdevice-bugs
mailing list