Entering edit mode
Dear all,
I have created an enhancedvolcano plot, which worked perfectly. But now i am struggling a bit to save it as an image in a R Notebook.
Can anyone advise me how to do it?
I tried right click and download or copy image but it doesnt work.
Thanks so much!
I am trying to save this plot to a jpeg or similar:
Thank you!!
Hi, you just need the jpeg() function, for example:
Depending on the situation, you may need the following:
Also take a look at
ggsave()
Thank you. The jpg it creates this way is empty. Remember I am doing it in R Notebook. But it did work with ggsave().
Many thanks
Great! problem solved, then?