Re: [R] labels in multiple plot

2008-05-19 Thread Greg Snow
21, + col=c('red','green','blue')) > -- Gregory (Greg) L. Snow Ph.D. Statistical Data Center Intermountain Healthcare [EMAIL PROTECTED] (801) 408-8111 > -Original Message- > From: Bruno C. [mailto:[EMAIL PROTECTED] > Sent: Monday, May 19, 2008

Re: [R] labels in multiple plot

2008-05-19 Thread Bruno C.
mountain Healthcare > [EMAIL PROTECTED] > (801) 408-8111 > > > > > -Original Message- > > From: [EMAIL PROTECTED] > > [mailto:[EMAIL PROTECTED] On Behalf Of Bruno C. > > Sent: Monday, May 19, 2008 9:21 AM > > To: deepayan.sarkar > > Cc: price

Re: [R] labels in multiple plot

2008-05-19 Thread Greg Snow
-8111 > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf Of Bruno C. > Sent: Monday, May 19, 2008 9:21 AM > To: deepayan.sarkar > Cc: price_ja; r-help > Subject: [R] labels in multiple plot > > > My code is the following: >

[R] labels in multiple plot

2008-05-19 Thread Bruno C.
My code is the following: point_type<-c("black","gray20","red") ... for (i in 1:dim(m)[1]) { par(pch=(18+i)) par(fg=point_type[i]) plot(m[i,], type='b', ylim = c(lower, upper), type = "l", ...) par(new=T) } Now I need to