How do I have the plot appear in the plot appear in the 'plots' area in rStudio and save it as in a folder as a pdf, png or jpeg? As not the plot appears outside the plot area and affects other subsequent plots that initially were appearing in the 'plot' area in rStudio.
Thanks.
Weird, for me it both venn and eulerr plots appear in the plot area.
Try first running dev.off() (multiple times if needed, until the return value is null device), then if you do plot(1), does it correctly gets plotted in the RStudio plot area? Then if you run the reprex above, does it create a separate window?