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-0
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 tha
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
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,