[R] Editing R graphics

Jason Turner jasont at indigoindustrial.co.nz
Thu Nov 22 13:15:09 CET 2001


On Thu, Nov 22, 2001 at 10:38:58AM +0100, Agustin Lobo wrote:
...
> I understand that the best
> solution in R is to create a graphic file and use external 
> software for editing the graphic. I know what to use in the
> Win environment, but could anyone suggest what tools would
> be appropriate under Linux?

I'm not an R-graphics guru, so I've no idea if this is the
best way.  Works for me, but there may be better...

xfig(file="myfile.fig")
... [plot commnands] ...
dev.off()

and use xfig, available at 
ftp://ftp.x.org/contrib/applications/drawing_tools/xfig/ 

If you like xfig, you might also want to check out pstoedit,
which takes Postscript or PDF files, and converts them to
fig format (nb it can actually convert to *many* more formats
than fig - it also does fig quite well).

http://www.pstoedit.net

Cheers

Jason
-- 
Indigo Industrial Controls Ltd.
64-21-343-545
jasont at indigoindustrial.co.nz
-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html
Send "info", "help", or "[un]subscribe"
(in the "body", not the subject !)  To: r-help-request at stat.math.ethz.ch
_._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._



More information about the R-help mailing list