Re: [R] Labelling a secondary axis in R

2008-04-22 Thread Nakamura
-9699 > eFax: 614-455-3265 > http://www.StatisticalEngineering.com > > > -Original Message- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] > On > Behalf Of [EMAIL PROTECTED] > Sent: Monday, April 21, 2008 10:23 AM > To: Duncan Murdoch > Cc: r-help@r-project.org > Subject:

Re: [R] Labelling a secondary axis in R

2008-04-21 Thread Charles Annis, P.E.
, 2008 10:23 AM To: Duncan Murdoch Cc: r-help@r-project.org Subject: Re: [R] Labelling a secondary axis in R Apologies for the private mail, Nabble has not yet updated the thread so I can write another post in it. I think I have confused things. I don't mean the labels are incorrect. They are

Re: [R] Labelling a secondary axis in R

2008-04-21 Thread rbt501
Apologies for the private mail, Nabble has not yet updated the thread so I can write another post in it. I think I have confused things. I don't mean the labels are incorrect. They are fine. What I am referring to is a title for the secondary axis, which is currently entitled as "c(-100,200)".

Re: [R] Labelling a secondary axis in R

2008-04-21 Thread Duncan Murdoch
On 4/21/2008 9:02 AM, Nakamura wrote: > Hello, > > How can I label a secondary axis in R? At the moment it's labelled as > c(-100,200). Obviously I would like it to be more sensible. > > Here is the code I am using > > newx = -100+37.5*((1:9)-1) > axis(4,at=newx,labels=(newx+100)/3750) I don't

[R] Labelling a secondary axis in R

2008-04-21 Thread Nakamura
Hello, How can I label a secondary axis in R? At the moment it's labelled as c(-100,200). Obviously I would like it to be more sensible. Here is the code I am using newx = -100+37.5*((1:9)-1) axis(4,at=newx,labels=(newx+100)/3750) Thanks, Rob -- View this message in context: http://www.nabb