Please read the docs (starting with "An Introduction to R") . It is unreasonable to expect to use command line based software without first reading the "how to" manuals.
Also, and always, read the man pages: e.g. ?plot, ?plot.default and appropriate links. Finally, as a matter of etiquette, signed emails are more likely to get helpful responses. BTW, is this a homework problem? Cheers, Bert -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Lisa Sent: Monday, May 12, 2008 2:45 PM To: r-help@r-project.org Subject: [R] help on plot title 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) } [[alternative HTML version deleted]] ______________________________________________ R-help@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. ______________________________________________ R-help@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.