When I draw grid lines on a plot using abline() the grid lines are drawn over the data.
abline()
Is there a way to draw the abline() lines behind
Another way of creating grid lines is to set tck=1 when plotting or in the axis function (you may still want to plot the points using points after creating the grid lines.
tck=1
axis
points