Dear all,

How can I put a main title on the top of a windows?
I would like put a title like "This is my for graphics" :-)

v1<-sort(runif(50))
v2<-sin(v1*3.14)

par(mfrow=c(2,2))
plot(v1,main="Sort V1")
plot(v2,main="Sin(V1)")
hist(v1,main="Histogram of V1")
boxplot(v1,v2, main="Box plot - v1 & v2")

Thanks in advance

Miltinho
Brazil


      Flickr agora em português. Você cria, todo mundo vê.
http://www.flickr.com.br/
        [[alternative HTML version deleted]]

______________________________________________
[email protected] 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