79586136

Date: 2025-04-22 09:58:56
Score: 1.5
Natty:
Report link

For two vertical lines and one plot, I would recommend:

ggplot(df1,aes(x=x, y=y)) +
  geom_line()+
  geom_vline(xintercept = c(2.5, 4))
Reasons:
  • Low length (1):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Mirjam