Re: [R] Text annotation of a graph

2011-08-05 Thread Lisa
Thank you. I will try this. Lisa -- View this message in context: http://r.789695.n4.nabble.com/Text-annotation-of-a-graph-tp3719775p3722163.html Sent from the R help mailing list archive at Nabble.com. __ R-help@r-project.org mailing list https://sta

Re: [R] Text annotation of a graph

2011-08-05 Thread Greg Snow
ct.org [mailto:r-help-bounces@r- > project.org] On Behalf Of Lisa > Sent: Friday, August 05, 2011 11:42 AM > To: r-help@r-project.org > Subject: Re: [R] Text annotation of a graph > > Thanks you for your reply. > > I consider only the performance of “vars” (v1 to v10), so I jus

Re: [R] Text annotation of a graph

2011-08-05 Thread Lisa
Thanks you for your reply. I consider only the performance of “vars” (v1 to v10), so I just want to indicate then on the y-axis at the point they should be located. Lisa -- View this message in context: http://r.789695.n4.nabble.com/Text-annotation-of-a-graph-tp3719775p3721799.html Sent from

Re: [R] Text annotation of a graph

2011-08-05 Thread Benno Pütz
Hi Lisa, On 4.Aug.2011, at 22:24, Lisa wrote: > Dear All, > > I am trying to add some text annotation to a graph using matplot() as > follows: > > vars <- c("v1", "v2", "v3", "v4", "v5", "v6", "v7", "v8", "v8", "v10") > id <- seq(5.000, 0.001, by = -0.001) > sid <- c(4.997, 3.901, 2.339, 0

[R] Text annotation of a graph

2011-08-04 Thread Lisa
Dear All, I am trying to add some text annotation to a graph using matplot() as follows: vars <- c("v1", "v2", "v3", "v4", "v5", "v6", "v7", "v8", "v8", "v10") id <- seq(5.000, 0.001, by = -0.001) sid <- c(4.997, 3.901, 2.339, 0.176, 0.151, 0.101, 0.076, 0.051, 0.026, 0.001) rn <- sample