[R] Main title of plot

Gabor Grothendieck ggrothendieck at gmail.com
Wed Jul 26 13:29:05 CEST 2006


This was just discussed yesterday.  See the thread:

https://www.stat.math.ethz.ch/pipermail/r-help/2006-July/109931.html

On 7/26/06, Marco Boks <marco.boks at inter.nl.net> wrote:
> I am a newbie, and I am afraid this may be a rather trivial question. However I could not find the answer anywhere.
>
>
>
> I am plotting a series of plots with different values for p. In the main title of a plot I have used the following code:
>
>
>
>
>
> plot(a,b,type="l",ylim=c(0,1), xlab="freq",ylab="power", main=c("maximum gain=",p) )
>
>
>
> That works fine. However the value of p is plotted on a new line, instead of just after the "="
>
>
>
> Is there anyway to print the value of p on the same line?
>
>
>
> Thanks
>
>
> Marco
>
>        [[alternative HTML version deleted]]
>
> ______________________________________________
> R-help at stat.math.ethz.ch 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.
>



More information about the R-help mailing list