Quick question about the “R view node” in KNIME and anti-aliasing, maybe someone has some hints?
There is this age old problem in R, where the default Windows graphical engine used to create images without aliasing. It was fixed (not sure when) in the R studio. Plots (especialy noticable in circles) are looking a OK now:
You could try and just use ggsave with svg and see how that does work. Also you could tweak the size and dpi settings in order to increase the image resolution.
@mlauber71 Thanks for the reply. After some trial and error, I came to the same conclusion. Saving files from R to a local folder works good enough as a workaround.
I suspect the R view node in KNIME ignores the graphical settings in R studio and always picks the windows device:
Not sure what you mean by driver. With KNIME you can either use the ‘integrated’ version off R on Windows or you use whatever installation and packages you have. I have a collection that might help you to choose.
Concerning your graphic. You might want to tweak the dpi and size settings and the output format (svg).