[Rd] aggregate() does not return POSIXct object correctly (PR#12887)

2008-09-16 Thread rene . locher
Full_Name: Rene Locher Version: 2.7.2 Patched (2008-09-12 r46541) OS: XP Submission from: (NULL) (160.85.231.40) dat - data.frame(event=factor(c(A,A,B)), time=as.POSIXct(c(2008-01-10,2008-01-01,2008-01-04))) min(dat$time) ## 2008-01-01 CET ## as expected aggregate(dat$time

[Rd] header containing (PR#11840)

2008-06-28 Thread rene . locher
Sorry for having been imprecise. The documentation does indeed not explicitly claim that axis(3,hadj=1) behaves as I expected it to do. So take my input as a whish. I think that it would be more sensible (for axes on the right side of the plot with hadj=1) to line up the labels in such a way

[Rd] unexpected lining up of labels in axis(4,hadj=1) (PR#11836)

2008-06-27 Thread rene . locher
Full_Name: Rene Locher Version: 2.7.1 OS: i386-pc-mingw32 Submission from: (NULL) (160.85.231.140) Here is the example: par(las=1,mar=rep(4,4)) plot(c(-1000,1000),axes=FALSE) box() axis(4,hadj=1) ## axis labels are positioned in an awkward way ## I would expect to see label positions like

[Rd] image(): wrong comment in error message (PR#9707)

2007-05-24 Thread rene . locher
Full_Name: Rene Locher Version: R version 2.5.0 (2007-04-23) OS: Windows XP Submission from: (NULL) (160.85.231.54) image(x = 1:2, y = 1:2, z = matrix(c(1,2,3,1,2,3), ncol=2+1), col = c(red,blue,green)) results in: Error in image.default(x = 1:2, y = 1:2, z = matrix(c(1, 2, 3, 1, 2