[R] par(xaxp)

Setzer.Woodrow@epamail.epa.gov Setzer.Woodrow at epamail.epa.gov
Tue Jun 4 21:25:54 CEST 2002


Sorry, I forgot to include version information.
This is

platform i386-pc-mingw32
arch     i386
os       mingw32
system   i386, mingw32
status   Patched
major    1
minor    5.0
year     2002
month    05
day      15
language R

on Windows version: Windows 98 SE 4.10 (build 2222)  A


R. Woodrow Setzer, Jr.                                            Phone:
(919) 541-0128
Experimental Toxicology Division                       Fax:  (919)
541-5394
Pharmacokinetics Branch
NHEERL MD-74; US EPA; RTP, NC 27711
----- Forwarded by Woodrow Setzer/RTP/USEPA/US on 06/04/02 03:23 PM
-----
|---------+--------------------------->
|         |           Woodrow Setzer  |
|         |                           |
|         |           06/04/02 03:22  |
|         |           PM              |
|         |                           |
|---------+--------------------------->
  >---------------------------------------------------------------------------------------------------------|
  |                                                                                                         |
  |        To:      r-help list                                                                             |
  |        cc:                                                                                              |
  |        Subject: par(xaxp)                                                                               |
  >---------------------------------------------------------------------------------------------------------|



I think this is a bug; at least this behavior is not documented in plot
or plot.default.

plot.default resets xaxp, and leaves xaxp reset when it exits:

par(xaxp=c(0,1,4))
print(par("xaxp"))
plot(c(0,1),c(0.2,0.3))
print(par("xaxp"))


R. Woodrow Setzer, Jr.                                            Phone:
(919) 541-0128
Experimental Toxicology Division                       Fax:  (919)
541-5394
Pharmacokinetics Branch
NHEERL MD-74; US EPA; RTP, NC 27711


-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html
Send "info", "help", or "[un]subscribe"
(in the "body", not the subject !)  To: r-help-request at stat.math.ethz.ch
_._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._



More information about the R-help mailing list