[R] help on plot title

Rolf Turner r.turner at auckland.ac.nz
Tue May 13 02:25:30 CEST 2008


title(main=paste("j =",j))

On 13/05/2008, at 9:45 AM, Lisa wrote:

> Hi, I am do some plotting and need to add title to each of the  
> plots, Can
> anyone help me on how to add the variables to the title?
>
> here it is the program, the title i want should look like, j=1,  
> j=2......,
> but if i use title("j=",j), the j will go to the x axis. Can anyone  
> help me
> on this?
> thanka s lot
>
>
> for (j in 1:6) {
>
>    y<-mx.j(x,j)
>
>
>    sx<-mx.j(x,j)+sigma*ei
>    plot(x,y, type="l",xlab="x", ylab="")
>
>    title("j=",j)
> }

######################################################################
Attention:\ This e-mail message is privileged and confid...{{dropped:9}}



More information about the R-help mailing list