Dear R help,

I am using Stata, and I use a Stata ado file (Rsource) to run R in batch
mode within Stata

Everything works fine .... except for the fact that I cannot export the
graphics that I obtain with my computations written in my R source file
I believe this is related to the global Rterm_options `"--vanilla"' that I
need to precise to Rsource (otherwise it does not work) ...
What kind of options should I precise instead in order to be able to use
the R line :

png('mygraph.png')
dev.off()

? At the moment the file obtained (mygraph.png) is void ... but strangely
enough the pictures are exported in a pdf file... which is not what I want
anyway

Any help ?

Many thanks

Best Regards

        [[alternative HTML version deleted]]

______________________________________________
R-help@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.

Reply via email to