Hi


Arend P. van der Veen wrote:
Hi,

Can anyone point in the direction of how to write a custom output device
in R.  I currently generate output using PS and JPEG but need to produce
output in our own vector graphics language.


Look at ...

R/src/include/R_ext/GraphicsDevice.h

... for the in-progress API and ...

R/src/modules/X11/devX11.c

... for a device template to model yourself on.

And if you decide to go ahead with something, keep in touch because this stuff will be undergoing changes in the near future.

Paul
--
Dr Paul Murrell
Department of Statistics
The University of Auckland
Private Bag 92019
Auckland
New Zealand
64 9 3737599 x85392
[EMAIL PROTECTED]
http://www.stat.auckland.ac.nz/~paul/

______________________________________________
[EMAIL PROTECTED] mailing list
https://www.stat.math.ethz.ch/mailman/listinfo/r-help

Reply via email to