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}}
______________________________________________
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.