With the ablineclip
I can draw a straight line to any plot like:
ablineclip(h = 2, x1 = 0,x2 = 5,lty = 2, col = "green")
this draws a horizontal line where y=2 from x=0 to x=5.
How can I draw a line for a second y axis?? (meaning a horizontal line where y value on the right axis is 2).
I have no code yet, sorry for the non reproductive code.