Yes, it does. Thanks. el
On 25 Oct 2008, at 03:32 , Steven McKinney wrote:
If you are using regular R graphs (i.e. not lattice or other library graphics) try setting the margins with the mar argument to par() e.g. par(mar = c(5, 10, 5, 1)) The four numbers specify the amount of margin room on the bottom, left, top, right respectively. Set the left margin value large enough to give your labels enough room. HTH Steven McKinney
______________________________________________ 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.