I must have changed something in my par()
settings, but I cannot recall what. It looks like my inner figure margins must have changed somewhere. This is obvious whenever I add lines, using the lines()
, abline()
, or points()
functions during plotting.
Below is an image to illustrate the problem:
The black solid line at y=0 represents an abline(h=0)
. As you can see, the line just crosses the plotting region.
Any ideas on how to fix this? I have tried multiple things, but did not come to a solution for this problem just yet.