[R] Customizing x-axis with stripchart
Duncan Murdoch
murdoch at stats.uwo.ca
Sun Nov 25 00:14:00 CET 2007
On 24/11/2007 5:49 PM, Duncan Murdoch wrote:
> 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.
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.
Duncan Murdoch
More information about the R-help
mailing list