[R] x11(title=' ')

Prof Brian Ripley ripley at stats.ox.ac.uk
Wed Oct 28 11:51:31 CET 2009


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 at 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,                  ripley at 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, UK                Fax:  +44 1865 272595




More information about the R-help mailing list