search for: axistick

Displaying 3 results from an estimated 3 matches for "axistick".

2008 May 22
1
plot 7 * 3 matrix on DIN A4 pdf
...ts Best, Stefan pdf(file='c:/matrix1.pdf',paper='a4',pagecentre=F) x<-c(rnorm(mean(100,mean=50,sd=10)),rnorm(mean(100,mean=50,sd=10))) par(mfcol=c(7,3)) par(pch=19) par(pty="m") #"s" makes a square plot par(cex=.1) par(cex.axis=7) par(omi=c(1,1,1,1)) axistick<-c(0,10,20,30,40,50,60,70,80,90,100) par(mar=c(3, 5, 0, 0) + 0.1) plot(x,xlim=c(0,50),ylim=c(0,100),axes = FALSE) axis(2,ylab='',at=axistick) box(lty=1) plot(x,xlim=c(0,50), ylim=c(0,100),axes = FALSE) axis(2) box(lty=1) plot(x, xlim=c(0,50),ylim=c(0,100),axes = FALSE) axis(2) box(lty=1)...
2011 Oct 31
0
R 2.14.0 is released
...;curl". o interaction.plot(*, type = .) now also allows type "o" or "c". o axTicks(*, log=TRUE) did sometimes give more values than the ticks in the corresponding graphics::axis(). By default, it now makes use of the new (graphics-package independent) axisTicks() which can make use of a new utility .axisPars(). Further, it now returns a decreasing sequence (as for log=FALSE) when usr is decreasing. o Using fix() or edit() on a R object (except perhaps a matrix or data frame) writes its temporary file with extension .R so...
2011 Oct 31
0
R 2.14.0 is released
...;curl". o interaction.plot(*, type = .) now also allows type "o" or "c". o axTicks(*, log=TRUE) did sometimes give more values than the ticks in the corresponding graphics::axis(). By default, it now makes use of the new (graphics-package independent) axisTicks() which can make use of a new utility .axisPars(). Further, it now returns a decreasing sequence (as for log=FALSE) when usr is decreasing. o Using fix() or edit() on a R object (except perhaps a matrix or data frame) writes its temporary file with extension .R so...