On 24/11/2007 5:42 PM, Paul Smith wrote: > Dear All, > > With plot, one can use to the option 'axes=F' to remove axes. I have > tried it with stripchart, but no success. How can one then customize > the x-axis with stripchart?
stripchart() doesn't give you that option. You could edit the source to do it if you want. The r-devel version has more flexibility than R 2.6.0, but axes=F is not currently there. It probably should be. Duncan Murdoch ______________________________________________ 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.