[R] Customizing x-axis with stripchart
Paul Smith
phhs80 at gmail.com
Sun Nov 25 00:22:14 CET 2007
On Nov 24, 2007 11:14 PM, Duncan Murdoch <murdoch at stats.uwo.ca> wrote:
> >> 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.
>
> It is now. So your choices are to edit the stripchart code in an
> released version, or try out r-devel. If you're using a binary build,
> better wait a day or two for this change to make it in.
Thanks, Duncan. I do not have the proper expertise to do that; so, I
will wait for the next official release of R.
Paul
More information about the R-help
mailing list