Full_Name: Karel Kulhavy Version: 1.9.0 OS: GNU/Linux Submission from: (NULL) (212.71.168.94) plot(function(x){x^2}, 1, 10) doesn't react to par(xlog=TRUE).
ligges@statistik.uni-dortmund.de
2004-Jul-19 12:50 UTC
[Rd] par(xlog) is not honoured (PR#7111)
clock@twibright.com wrote:> Full_Name: Karel Kulhavy > Version: 1.9.0 > OS: GNU/Linux > Submission from: (NULL) (212.71.168.94) > > > plot(function(x){x^2}, 1, 10) doesn't react to par(xlog=TRUE).That is NOT a bug. Please only submit reports if you are sure you have obsrved a bug. Please read the FAQs on what a bug really is. Please check against the most recent version of R (at least the last official release which is R-1.9.1) before reporting a bug. ?par tells you that xlog is readonly, and that you are going to use plot(function(x){x^2}, 1, 10, log = "x") Uwe Ligges> ______________________________________________ > R-devel@stat.math.ethz.ch mailing list > https://www.stat.math.ethz.ch/mailman/listinfo/r-devel