[R] Main title of plot

2006-07-26 Thread Marco Boks
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),

Re: [R] Main title of plot

2006-07-26 Thread Gabor Grothendieck
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 [EMAIL PROTECTED] 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

Re: [R] Main title of plot

2006-07-26 Thread Marc Schwartz
Gabor, I think that this is actually different, since it does not involve plotmath. The issue here is the use of c() in: main=c(maximum gain=,p) rather than: main = paste(maximum gain =, p) Marco, try this: plot(a, b, type=l, ylim=c(0, 1), xlab = freq, ylab = power, main =