[EMAIL PROTECTED] 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



> ______________________________________________
> [EMAIL PROTECTED] mailing list
> https://www.stat.math.ethz.ch/mailman/listinfo/r-devel

______________________________________________
[EMAIL PROTECTED] mailing list
https://www.stat.math.ethz.ch/mailman/listinfo/r-devel

Reply via email to