I would like to add horizontal lines to an existing plot, but I would only like to plot the line for certain intervals of the x-axis.
For example I would like to have a horizontal line at X=1:5 and y=50.
I would use existing_plot+geom_hline(yintercept = 50)
Is it also possible to specify the x values somehow?