[R] reversing data axis in stripchart not working?
Hermann Schier
H.Schier at fkf.mpg.de
Mon Feb 10 14:14:52 CET 2014
Hi,
I tried to reverse the data axis in stripchart
which should work according to docu with
xlim = c(Hi, Lo)
but it did not work.
Same effect in DotPlot from lessR.
Any there work arounds or hints?
Thanks
Hermann
example:
x <- stats::rnorm(50)
stripchart(x)
# setting limits works
stripchart(x, xlim = c(-2, 2))
# reversing data axis does not work
stripchart(x, xlim = c(2,-2))
--
--------------------------------------------------
Dr. Hermann Schier
Max-Planck-Institut fuer Festkoerperforschung
Informationsvermittlung der CPT-Sektion
Heisenbergstr. 1, D-70569 Stuttgart
Tel. ++-(0)711-689-1284 FAX ++-(0)711-689-1292
e-mail: h.schier at fkf.mpg.de
--------------------------------------------------
More information about the R-help
mailing list