This is likely a very easy question, but I'm not great with R and haven't found a simple answer elsewhere on the internet.
I want to add a line segment connecting the two points in this stripchart, but cannot figure out how to do so.
stripchart(c(0.5, 1.5), pch = "+")
Any help would be much appreciated!