Re: [R] Customizing x-axis with stripchart

2007-11-24 Thread Max Kuhn
On Nov 24, 2007 7:14 PM, Gabor Grothendieck <[EMAIL PROTECTED]> wrote: > On Nov 24, 2007 7:01 PM, Duncan Murdoch <[EMAIL PROTECTED]> wrote: > > On 24/11/2007 6:22 PM, Paul Smith wrote: > > > On Nov 24, 2007 11:14 PM, Duncan Murdoch <[EMAIL PROTECTED]> wrote: > > With plot, one can use to the o

Re: [R] Customizing x-axis with stripchart

2007-11-24 Thread Gabor Grothendieck
On Nov 24, 2007 11:29 PM, Max Kuhn <[EMAIL PROTECTED]> wrote: > > On Nov 24, 2007 7:14 PM, Gabor Grothendieck <[EMAIL PROTECTED]> wrote: > > On Nov 24, 2007 7:01 PM, Duncan Murdoch <[EMAIL PROTECTED]> wrote: > > > On 24/11/2007 6:22 PM, Paul Smith wrote: > > > > On Nov 24, 2007 11:14 PM, Duncan Mur

Re: [R] Customizing x-axis with stripchart

2007-11-24 Thread Gabor Grothendieck
On Nov 24, 2007 10:37 PM, Duncan Murdoch <[EMAIL PROTECTED]> wrote: > > On 24/11/2007 9:07 PM, Gabor Grothendieck wrote: > > On Nov 24, 2007 8:56 PM, Duncan Murdoch <[EMAIL PROTECTED]> wrote: > But it really isn't that hard to do: just type fix(stripchart), and it > will be pretty clear

Re: [R] Customizing x-axis with stripchart

2007-11-24 Thread Duncan Murdoch
On 24/11/2007 9:07 PM, Gabor Grothendieck wrote: > On Nov 24, 2007 8:56 PM, Duncan Murdoch <[EMAIL PROTECTED]> wrote: But it really isn't that hard to do: just type fix(stripchart), and it will be pretty clear what to delete (the calls to box(), axis(), and Axis()). >>> or download

Re: [R] Customizing x-axis with stripchart

2007-11-24 Thread Gabor Grothendieck
On Nov 24, 2007 8:56 PM, Duncan Murdoch <[EMAIL PROTECTED]> wrote: > >> But it really isn't that hard to do: just type fix(stripchart), and it > >> will be pretty clear what to delete (the calls to box(), axis(), and > >> Axis()). > > > > or download it from: > > > > https://svn.r-project.org/R/tr

Re: [R] Customizing x-axis with stripchart

2007-11-24 Thread Duncan Murdoch
On 24/11/2007 7:14 PM, Gabor Grothendieck wrote: > On Nov 24, 2007 7:01 PM, Duncan Murdoch <[EMAIL PROTECTED]> wrote: >> On 24/11/2007 6:22 PM, Paul Smith wrote: >>> On Nov 24, 2007 11:14 PM, Duncan Murdoch <[EMAIL PROTECTED]> wrote: >> With plot, one can use to the option 'axes=F' to remove ax

Re: [R] Customizing x-axis with stripchart

2007-11-24 Thread Gabor Grothendieck
On Nov 24, 2007 7:01 PM, Duncan Murdoch <[EMAIL PROTECTED]> wrote: > On 24/11/2007 6:22 PM, Paul Smith wrote: > > On Nov 24, 2007 11:14 PM, Duncan Murdoch <[EMAIL PROTECTED]> wrote: > With plot, one can use to the option 'axes=F' to remove axes. I have > tried it with stripchart, but no s

Re: [R] Customizing x-axis with stripchart

2007-11-24 Thread Duncan Murdoch
On 24/11/2007 6:22 PM, Paul Smith wrote: > On Nov 24, 2007 11:14 PM, Duncan Murdoch <[EMAIL PROTECTED]> 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? >>> str

Re: [R] Customizing x-axis with stripchart

2007-11-24 Thread Paul Smith
On Nov 24, 2007 11:14 PM, Duncan Murdoch <[EMAIL PROTECTED]> 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.

Re: [R] Customizing x-axis with stripchart

2007-11-24 Thread Duncan Murdoch
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() do

Re: [R] Customizing x-axis with stripchart

2007-11-24 Thread Duncan Murdoch
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

[R] Customizing x-axis with stripchart

2007-11-24 Thread Paul Smith
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? Thanks in advance, Paul __ R-help@r-project.org mailing list https://stat.e