I want to customize the axis layout in a vertical dotchart plot.
The idea I had was to plot the dotchart with no axes, and
then add these using axis(). I tried
dotchart (my.matrix, labels=my.labels, group=my.group, horiz=F, axes=F)
but the dotchart was printed with axes.
According to the help-file, arguments like axes=F may be supplied to
dotchart().
Furthermore, is it possible to get the x-coordinates of the centers of the
plotted dots?
(Similar to x <- barplot(height)).
I am using S-Plus 3.3 and Windows95.
Thanks in advance for any help.
/Lars
--------------------------------------------------------
Tekn.Dr. Lars M. Karlsson -- mailto:Lars@ana.unibe.ch
Department of Anatomy, University of Berne
Buelstrasse 26, CH-3000 Berne 9, Switzerland
tel: +41 (0)31 631 84 52, fax: +41 (0)31 631 34 10
http://www.ana.unibe.ch/ANATOM/staff/karlsson/index.html
--------------------------------------------------------
-----------------------------------------------------------------------
This message was distributed by s-news@wubios.wustl.edu. To unsubscribe
send e-mail to s-news-request@wubios.wustl.edu with the BODY of the
message: unsubscribe s-news
|