[Rd] Axis gives error message (PR#13259)

Peter Dalgaard p.dalgaard at biostat.ku.dk
Fri Nov 7 08:25:35 CET 2008


ggrothendieck at gmail.com wrote:
> Full_Name: G. Grothendieck
> Version: R version 2.8.0 Patched (2008-10-21 r46766)
> OS: Vista
> Submission from: (NULL) (69.63.56.110)
> 
> 
> Was posted here on r-devel
> 
> https://stat.ethz.ch/pipermail/r-devel/2008-November/051173.html
> 
> but got no replies.

The list probably knows you well enough to expect that you'd come up 
with a patch for axis.date...

The issue is that it is clipping the "at" values

     z <- z[z >= range[1] & z <= range[2]]

but not the corresponding "labels". A slight complication is that labels 
can be absent or TRUE/FALSE.

-- 
    O__  ---- Peter Dalgaard             Øster Farimagsgade 5, Entr.B
   c/ /'_ --- Dept. of Biostatistics     PO Box 2099, 1014 Cph. K
  (*) \(*) -- University of Copenhagen   Denmark      Ph:  (+45) 35327918
~~~~~~~~~~ - (p.dalgaard at biostat.ku.dk)              FAX: (+45) 35327907



More information about the R-devel mailing list