Re: [R] Add a vertical line and some values on a plot

2017-10-29 Thread varin sacha via R-help
Hi Rui, Many thanks for your response. De : Rui Barradas roject.org> Envoyé le : Dimanche 22 octobre 2017 18h27 Objet : Re: [R] Add a vertical line and some values on a plot Hello, After the plot just do abline(v = median(A)) As for how to p

Re: [R] Add a vertical line and some values on a plot

2017-10-22 Thread Rui Barradas
Hello, After the plot just do abline(v = median(A)) As for how to plot points, see, well, ?points(). Hope this helps, Rui Barradas Em 22-10-2017 16:33, varin sacha via R-help escreveu: Dear R-experts, Here below is my code, I would like to add a vertical line on my plot, showing the median

[R] Add a vertical line and some values on a plot

2017-10-22 Thread varin sacha via R-help
Dear R-experts, Here below is my code, I would like to add a vertical line on my plot, showing the median and I would like to place some values on this graph as well, i.e. 4.3 and -8.4. How can I do ? Many thanks for your reply. A=c(1,2.3,4,3.5,4.3,2.5,6.3,-0.1,-1.5,3.7,-2.3,-3.5,5.4,3.2, -1