Andre Nathan <andre <at> digirati.com.br> writes: > Thanks Ben. Do you know how the the x axis can be made shorter?
If you want to shorten the x interval, use xlim=c(0,750) Otherwise, if you want to decrease the physical width of your plot, you should use the width= argument in call to "png", when initializing your plotting device. ______________________________________________ [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.
