I have created a graph in R Studio, and the graph looks good in the "Plots" window (i.e., my axis intervals range from -800 to 100), however, when I save the plot as an image, I lose the "100" interval. Does anyone know why this is happening or a work around for this?
Thanks
I have tried customizing the axis from the default using the code:
axis(side = 2, at = c(100, 0, -100, -200, -300, -400, -500, -600, -700, -800), family = "A", cex.axis = 1.5)
Once again, the plot looks good in the "Plots" window, but then when I save the plot as an image, the 100 interval is cut off.