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.sch...@fkf.mpg.de --------------------------------------------------
______________________________________________ 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.