Re: [R] Labelling curves on graphs

2008-07-17 Thread Ted Harding
On 17-Jul-08 02:32:41, Frank E Harrell Jr wrote: > Barry Rowlingson wrote: >> 2008/7/16 Ted Harding <[EMAIL PROTECTED]>: >> >>> Hi Folks, >>> I'd be grateful for good suggestions about the following. >>> >>> I'm plotting a family of (X,Y) curves (for different levels >>> of another variable, Z): s

Re: [R] Labelling curves on graphs

2008-07-17 Thread Frank E Harrell Jr
Barry Rowlingson wrote: Why use color when you can use black and label the curves where they are most separated? This solves problems with color blindness, xeroxing, and faxing. Where should I put the labels in this example: > set.seed(123) > z=matrix(runif(6*50),50,6) > matplo

Re: [R] Labelling curves on graphs

2008-07-17 Thread Barry Rowlingson
> Why use color when you can use black and label the curves where they are > most separated? This solves problems with color blindness, xeroxing, and > faxing. > Where should I put the labels in this example: > set.seed(123) > z=matrix(runif(6*50),50,6) > matplot(z,type='l',col=1,lty=1) A lab

Re: [R] Labelling curves on graphs

2008-07-16 Thread Frank E Harrell Jr
Barry Rowlingson wrote: 2008/7/16 Ted Harding <[EMAIL PROTECTED]>: Hi Folks, I'd be grateful for good suggestions about the following. I'm plotting a family of (X,Y) curves (for different levels of another variable, Z): say 6 curves in all but could be more or less -- it's a rather variables s

Re: [R] Labelling curves on graphs

2008-07-16 Thread Barry Rowlingson
2008/7/16 Ted Harding <[EMAIL PROTECTED]>: > Hi Folks, > I'd be grateful for good suggestions about the following. > > I'm plotting a family of (X,Y) curves (for different levels > of another variable, Z): say 6 curves in all but could be > more or less -- it's a rather variables situation. > > I'

Re: [R] Labelling curves on graphs

2008-07-16 Thread Ted Harding
Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf Of Ted Harding > Sent: Wednesday, July 16, 2008 1:17 PM > To: [EMAIL PROTECTED] > Subject: [R] Labelling curves on graphs > > Hi Folks, > I'd be grateful for good suggestions about

Re: [R] Labelling curves on graphs

2008-07-16 Thread Austin, Matt
Dr. Harrell's Hmisc package has labcurve. --Matt -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Ted Harding Sent: Wednesday, July 16, 2008 1:17 PM To: [EMAIL PROTECTED] Subject: [R] Labelling curves on graphs Hi Folks, I'd be gratefu

[R] Labelling curves on graphs

2008-07-16 Thread Ted Harding
Hi Folks, I'd be grateful for good suggestions about the following. I'm plotting a family of (X,Y) curves (for different levels of another variable, Z): say 6 curves in all but could be more or less -- it's a rather variables situation. I'd like to label each curve with the value of Z that it cor