Can you help me with the following situation:
- I'm generating a plot, but I can't properly see the name "Ideal Point" in the graph. I would like it to be right under the dot. I know it is possible to leave it on the right side of the dot, or we can decrease the font size of the text, but in my case I need it to be exactly under the dot and have a good font size, that is visible.
Insert an executable code below and the generated plot.
Thank you so much!
IdealPoint<-1:2
plot(IdealPoint)
text(x=c(1,2),y=c(1,2), labels=c("Ideal Point","Ideal Point"))