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@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.

Reply via email to