Re: [R] stem and leaf plot: how to edit the stem-values

2008-07-13 Thread Rolf Turner
On 14/07/2008, at 1:45 PM, Duncan Murdoch wrote: On 13/07/2008 5:40 PM, Jörg Groß wrote: Hi, I would like to make a stem and leaf plot and I want to edit the category-names. If you have a computer you can do much better histograms. But since you have chosen to do this, one way is to ed

Re: [R] stem and leaf plot: how to edit the stem-values

2008-07-13 Thread Duncan Murdoch
On 13/07/2008 5:40 PM, Jörg Groß wrote: Hi, I would like to make a stem and leaf plot and I want to edit the category-names. If you have a computer you can do much better histograms. But since you have chosen to do this, one way is to edit the underlying C code. It's available in https

[R] stem and leaf plot: how to edit the stem-values

2008-07-13 Thread Jörg Groß
Hi, I would like to make a stem and leaf plot and I want to edit the category-names. So, by doing this: > x <- c(1,2,2,3,3,3,3,2,2,1) > stem(x) I get: 1 | 00 1 | 2 | 2 | 3 | First Question: Why do I get gaps between the categories? (like in line 2 and line 4) And seco