Re: [R] Dot plot - equivalent of MINITAB

2008-10-03 Thread kerfuffle
Many many thanks for all your suggestions. -- View this message in context: http://www.nabble.com/Dot-plot---equivalent-of-MINITAB-tp19677009p19803454.html Sent from the R help mailing list archive at Nabble.com. __ R-help@r-project.org mailing list h

Re: [R] Dot plot - equivalent of MINITAB

2008-09-26 Thread Richard M. Heiberger
I suggest the panel.dotplot.tb in the HH package. It is a lattice panel function and therefore works with standard trellis formulas including conditioning variables and grouping variables. library(HH) example(panel.dotplot.tb) Since you define what you want in terms of Minitab, I mention that thi

Re: [R] Dot plot - equivalent of MINITAB

2008-09-26 Thread Greg Snow
M > To: kerfuffle > Cc: r-help@r-project.org > Subject: Re: [R] Dot plot - equivalent of MINITAB > > > On 26/09/2008, at 7:51 AM, kerfuffle wrote: > > > > > hi folks, > > > > Bit of a newbie, but I've spent a fair bit of time looking for an > > a

Re: [R] Dot plot - equivalent of MINITAB

2008-09-26 Thread Dr. S. B. Nguah
Paul, Have you tried the dotplot() function in the package epicalc? I think it does what you want. Sammy kerfuffle wrote: > > hi folks, > > Bit of a newbie, but I've spent a fair bit of time looking for an answer > on this, with no joy. Can anyone help me? > > Dataset: A single column of

Re: [R] Dot plot - equivalent of MINITAB

2008-09-25 Thread Rolf Turner
On 26/09/2008, at 7:51 AM, kerfuffle wrote: hi folks, Bit of a newbie, but I've spent a fair bit of time looking for an answer on this, with no joy. Can anyone help me? Dataset: A single column of values in a csv file (eg. 52, 53, 54, 85, etc) Goal: In Minitab, you have what they cal

Re: [R] Dot plot - equivalent of MINITAB

2008-09-25 Thread Charilaos Skiadas
I think the problem is that what you describe is not what some people, R folks included, refer to as "dotplot", though I suppose wikipedia as well as some other top google links seem to agree with you and minitab. What you describe I think can be obtained with something like: x<- c(6,6,4,

[R] Dot plot - equivalent of MINITAB

2008-09-25 Thread kerfuffle
hi folks, Bit of a newbie, but I've spent a fair bit of time looking for an answer on this, with no joy. Can anyone help me? Dataset: A single column of values in a csv file (eg. 52, 53, 54, 85, etc) Goal: In Minitab, you have what they call a dot plot. It's a histogram, where a single dot