Well, actually, in Splus I had this problem. In R this problem seems to be solved. Does anyone have an idea how to solve this problem in Splus?
Cornelis 2008/2/29, Cornelis de Gier <[EMAIL PROTECTED]>: > I'm looking for an answer to a similar question: > > years <- as.factor(sort(rep(1987:2006,20))) > values <- rnorm(1:400,0,10) > plot(years,values) > > results in 20 boxplots with x axis labels unreadable because there are > too many of them. How do I reduce the number of x axis labels? > > Regards, > > Cornelis ______________________________________________ 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.