On 2010-02-18 1:04, Jim Lemon wrote:
On 02/18/2010 05:31 PM, Peter Ehlers wrote:
I agree with Bill's advice, but if you want the easy way out,
try dotplot.mtb in package plotrix. Jim Lemon's done the job
for us.
In fact, Barry Rowlingson and Rolf Turner did the job, I just bask in
the glory of
On 02/18/2010 05:31 PM, Peter Ehlers wrote:
I agree with Bill's advice, but if you want the easy way out,
try dotplot.mtb in package plotrix. Jim Lemon's done the job
for us.
In fact, Barry Rowlingson and Rolf Turner did the job, I just bask in
the glory of being the package maintainer.
Jim
Hi:
Another solution is found in package BHH2, associated with the second
edition of the classic Box, Hunter and Hunter text. Illustration of both
BHH2 and plotrix:
x <- c(2, 4, 5, 5, 6, 4, 5, 2, 1)
library(BHH2)
dotPlot(x, pch = 16, xlab = "")
library(plotrix)# thanks to Peter
dotp
aegea wrote:
>
>
> Can R make an usual dotplot just like Minitab and other softwares?
>
> I have the following data, and can use dotchart to graph a dotplot:
>
>
>
> But I don't want the dots on different level of y-axis since y-axis has no
> meaning here.
>
y = rnorm(10)
plot(y,rep(
I agree with Bill's advice, but if you want the easy way out,
try dotplot.mtb in package plotrix. Jim Lemon's done the job
for us.
-Peter Ehlers
On 2010-02-17 23:23, bill.venab...@csiro.au wrote:
R can't do anything.
The question is whether you can do it with R. R puts you in the driver seat
R can't do anything.
The question is whether you can do it with R. R puts you in the driver seat
and if necessary gives you the mechanic's tookkit so that you can tinker
underneath the bonnet if need be.
If the function you like isn't quite there, have a look at the code and adjust
it. It's
6 matches
Mail list logo