Re: [R] x11(title=' ')

2009-10-29 Thread Patrick Connolly

From: r-help-boun...@r-project.org on behalf of Jim Lemon
Sent: Thu 29-Oct-09 0:20
Cc: R Help
Subject: Re: [R] x11(title='  ')
 
On 10/28/2009 09:51 PM, Prof Brian Ripley wrote:
 ...
 Are you perchance x11() on Windows, when you should be using 
 windows()?  The posting guide asked you to tell us your OS, amongst 
 other things 
I say, my dear professor, if this MS chap who has used a Microsoft 
email client and a Microsoft email service turns out to be using Linux, 
he's covered his tracks pretty well.

Well, he wouldn't be the only one who can use Linux for serious R work, but is 
forced by institutional policy to use MS for email.


[[alternative HTML version deleted]]

__
R-help@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.


Re: [R] x11(title=' ')

2009-10-29 Thread ms.com

Dear all
sorry that i am late to reply for the question about my OS, I am using MS 
Windows XP 2003 OS
thanking you
Warm RegardMSNepal



 Date: Wed, 28 Oct 2009 22:20:50 +1100
 From: j...@bitwrit.com.au
 CC: r-help@r-project.org
 Subject: Re: [R] x11(title='  ')
 
 On 10/28/2009 09:51 PM, Prof Brian Ripley wrote:
  ...
  Are you perchance x11() on Windows, when you should be using 
  windows()?  The posting guide asked you to tell us your OS, amongst 
  other things 
 I say, my dear professor, if this MS chap who has used a Microsoft 
 email client and a Microsoft email service turns out to be using Linux, 
 he's covered his tracks pretty well.
 
 Jim
 
 __
 R-help@r-project.org mailing list
 https://stat.ethz.ch/mailman/listinfo/r-help
 PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
 and provide commented, minimal, self-contained, reproducible code.
  
_


WLMTAGL:ON:WL:en-US:WWL_WIN_evergreen2:102009
[[alternative HTML version deleted]]

__
R-help@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.


Re: [R] x11(title=' ')

2009-10-28 Thread Prof Brian Ripley

On Wed, 28 Oct 2009, ms.com wrote:



Dear all
I was trying to put a title for my plot, but i got this result,


x11(width=10,height=5,title=seedling);par(mfrow=c(1,2))Error in x11(width = 10, height = 5, title = 
seedling) :   unused argument(s) (title = seedling)

The title is not taking

How can i give a title for the plot (where in need to make 2 plots within a 
window of x11() )

thanking you in anticipation


Are you perchance x11() on Windows, when you should be using 
windows()?  The posting guide asked you to tell us your OS, amongst 
other things 


x11() and X11() on Windows do not have a 'title' argument, as the 
help file shows, but windows() does.




Warm regard
MS
Nepal
_


WLMTAGL:ON:WL:en-US:WWL_WIN_evergreen3:102009
[[alternative HTML version deleted]]

__
R-help@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.


PLEASE do read it.


--
Brian D. Ripley,  rip...@stats.ox.ac.uk
Professor of Applied Statistics,  http://www.stats.ox.ac.uk/~ripley/
University of Oxford, Tel:  +44 1865 272861 (self)
1 South Parks Road, +44 1865 272866 (PA)
Oxford OX1 3TG, UKFax:  +44 1865 272595

__
R-help@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.


Re: [R] x11(title=' ')

2009-10-28 Thread Jim Lemon

On 10/28/2009 09:51 PM, Prof Brian Ripley wrote:

...
Are you perchance x11() on Windows, when you should be using 
windows()?  The posting guide asked you to tell us your OS, amongst 
other things 
I say, my dear professor, if this MS chap who has used a Microsoft 
email client and a Microsoft email service turns out to be using Linux, 
he's covered his tracks pretty well.


Jim

__
R-help@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.


Re: [R] x11(title=' ')

2009-10-28 Thread Greg Snow
The general way to create a title for multiple plots on the same page is to 
first create some room for the title by setting the outer margins (using 
par(oma=...)), then use mtext or title with the outer=TRUE argument to place 
the overall title.

-- 
Gregory (Greg) L. Snow Ph.D.
Statistical Data Center
Intermountain Healthcare
greg.s...@imail.org
801.408.8111


 -Original Message-
 From: r-help-boun...@r-project.org [mailto:r-help-boun...@r-
 project.org] On Behalf Of ms.com
 Sent: Wednesday, October 28, 2009 3:47 AM
 To: R Help
 Subject: [R] x11(title=' ')
 
 
 Dear all
 I was trying to put a title for my plot, but i got this result,
 
  x11(width=10,height=5,title=seedling);par(mfrow=c(1,2))Error in
 x11(width = 10, height = 5, title = seedling) :   unused argument(s)
 (title = seedling)
 The title is not taking
 
 How can i give a title for the plot (where in need to make 2 plots
 within a window of x11() )
 
 thanking you in anticipation
 
 Warm regard
 MS
 Nepal
 _
 
 
 WLMTAGL:ON:WL:en-US:WWL_WIN_evergreen3:102009
   [[alternative HTML version deleted]]
 
 __
 R-help@r-project.org mailing list
 https://stat.ethz.ch/mailman/listinfo/r-help
 PLEASE do read the posting guide http://www.R-project.org/posting-
 guide.html
 and provide commented, minimal, self-contained, reproducible code.

__
R-help@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.