?stripchart shows the at command
e.g.,
stripchart(data, method="stack", pch=16, at=0)
On Nov 24, 2007 4:02 PM, Paul Smith <[EMAIL PROTECTED]> wrote:

> On Nov 24, 2007 9:57 PM, jim holtman <[EMAIL PROTECTED]> wrote:
> > Does this give you want you want?
> >
> > x <- sample(1:10)
> > plot(rep(1:10, x), unlist(sapply(x, seq)), pch=19, cex=3, yaxt='n')
> >
> >
> >
> > On Nov 24, 2007 4:26 PM, Paul Smith <[EMAIL PROTECTED]> wrote:
> > > Dear All,
> > >
> > > Can R produce dot plots like the one of the following picture:
> > >
> > > http://en.wikipedia.org/wiki/Image:Dotplot_of_random_values.png
> > >
> > > ?
> > >
> > > I have tried dotchart, but no success.
>
> Thanks to all.
>
> All approaches work, but the dots with stripchart are too far away
> from the x-axis. Can one move the dots down?
>
> Paul
>
> ______________________________________________
> R-help@r-project.org mailing list
> https://stat.ethz.ch/mailman/listinfo/r-help
> PLEASE do read the posting guide
> http://www.R-project.org/posting-guide.html
> and provide commented, minimal, self-contained, reproducible code.
>



-- 
***************
A. Alexander Beaujean, Ph.D., LSSP
Licensed Psychologist (Provisional, TX)
http://myprofile.cos.com/abeaujean
http://www.baylor.edu/soe/faculty/index.php?id=38476


"General impressions are never to be trusted. Unfortunately when they are of
long standing they become fixed rules of life, and assume a prescriptive
right not to be questioned. Consequently those who are not accustomed to
original inquiry entertain a hatred and a horror of statistics. They cannot
endure the idea of submitting their sacred  impressions to cold-blooded
verification. But it is the triumph of scientific men to rise superior to
such superstitions, to devise tests by which the value of beliefs may be
ascertained, and to feel sufficiently masters of themselves to discard
contemptuously whatever may be found untrue." --Sir Francis Galton, FRS

        [[alternative HTML version deleted]]

______________________________________________
R-help@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.

Reply via email to