[R] How to add characters on graph ?

2007-01-03 Thread Jenny persson
Dear R-users, I have following data # Plot coloured scatter plot c-dat[100:110,c(5,7,8)] par(mfrow=c(3,2)) plot(c$lb,c$index, pch=1, col=5,cex=1, lwd=2, xlab=LB, ylab=Index,cex.main =1,font.main= 1, main=scatterplot) ID index lb

Re: [R] How to add characters on graph ?

2007-01-03 Thread Petr Pikal
Hi On 3 Jan 2007 at 12:54, Jenny persson wrote: Date sent: Wed, 3 Jan 2007 12:54:50 +0100 (CET) From: Jenny persson [EMAIL PROTECTED] To: r-help@stat.math.ethz.ch Subject:[R] How to add characters on graph ? Dear R-users

Re: [R] How to add characters on graph ?

2007-01-03 Thread jim holtman
This should do it. You can play around with the alignment of the labels. input - 'ID index lb 100 FLINDYTHNIPLI 1.84770221 9.087463 101 none 0.06657547 8.927778 102 GDDKVYSANGFTT -0.22922544 8.599913 103 GDFTQGPQSAKTR 0.01203925 8.483816 104

Re: [R] How to add characters on graph ?

2007-01-03 Thread Greg Snow
:[EMAIL PROTECTED] On Behalf Of Jenny persson Sent: Wednesday, January 03, 2007 4:55 AM To: r-help@stat.math.ethz.ch Subject: [R] How to add characters on graph ? Dear R-users, I have following data # Plot coloured scatter plot c-dat[100:110,c(5,7,8)] par