Re: [R] how to add notes to the graph?

2008-07-29 Thread Jim Lemon
On Mon, 2008-07-28 at 06:32 -0700, rlearner309 wrote: Hi, I have a simple graph: x - c(1,2,3) plot(x, pch=16,type=b) I would like to add some notes just beside these 3 dots, and the notes are stored in a vector: a - c(12,54,84) So the result will be: there should be a 12 below

[R] how to add notes to the graph?

2008-07-28 Thread rlearner309
Hi, I have a simple graph: x - c(1,2,3) plot(x, pch=16,type=b) I would like to add some notes just beside these 3 dots, and the notes are stored in a vector: a - c(12,54,84) So the result will be: there should be a 12 below the first dot (or next to it, but not replacing the solid dot), a

Re: [R] how to add notes to the graph?

2008-07-28 Thread Dieter Menne
rlearner309 unixunix99 at gmail.com writes: x - c(1,2,3) plot(x, pch=16,type=b) I would like to add some notes just beside these 3 dots, and the notes are stored in a vector: a - c(12,54,84) So the result will be: there should be a 12 below the first dot (or next to it, but not