I have made a few plots when suddenly the plots stopped showing in the plot pane of RStudio. I have restarted both the RStudio and my computer several times to no avail.
I tried running the following commands and getting the accompanying responses:
dev.off():
Error in dev.off() : cannot shut down device 1 (the null device)
dev.cur()
null device
1
dev.new()
NULL
options(device = "RStudioGD")
getOption("device")
[1] "RStudioGD"
Despite all these, the plots are still not showing on the plot pane of RStudio.
Please what else do I need to do to get the plot to show up.