Skip to content
Prev 2705 / 12125 Next

[R-pkg-devel] plot graph (png, svg, eps, pdf, vdx, ok tikz) to device

Hi Rainer,

You are currently using a java library to create the plot. Your package is
basically a wrapper around the java file.
The only way to make it more "R-like" would be to re-implement the
rendering in R (or Rcpp or using the grid package).

To get a vector based image, your code suggests you can use the SVG format.
But again, that does not have anything to do with R.

Kindly,
Stefan McKinnon H?j-Edwards

Stefan McKinnon H?j-Edwards
ph.d. Genetics
+44 (0)776 231 2464
+45 2888 6598
Skype: stefan_edwards

2018-05-15 13:22 GMT+02:00 Rainer Krug <Rainer at krugs.de>: