I wish to save some EnhancedVolcano plots in RStudio. The resolution is getting messed up when saving with ggsave - using pixel and DPI makes the fonts scale out of whack, and frankly there are too many elements to modify them via R. I want to save them as SVG so I can edit the texts using Inkscape.
When saving using ggsave or the "Save Plot as Image" the text is saved as individual objects and is not editable.
However, when I use the Device svglite, the texts are rendered correctly, making them editable. I wanted to know if I can customize the "Save Plot as Image" to use svglite in its backend.