I have a levelplot in made in R. I want it to save it as an SVG or Metafile. Since the levelplot has multiple layers and multiple rasters, the final svg or metafile (EMF) is huge (~ 300mb). Is there any way to save it as a small file without losing the details?
I have tried svglite and it is bringing the size into 150mb. I need a much lighter file.