[R] exchange of axis labels in qqnorm function

Cleber N.Borges klebyn at yahoo.com.br
Fri Sep 27 16:38:06 CEST 2013


Hello all,

Are there a reason for this behaviour in qqnorm function?
(the exchange of axis labels )

 >
 > x <- rnorm(1000)
 > par( mfcol=c(1,2) )
 > qqnorm(x, xlab='X Axis', ylab='Y  Axis', datax=FALSE ) #Default
 > qqnorm(x, xlab='X Axis', ylab='Y  Axis', datax=TRUE )
 >
 >
Thanks for any explanation.

cleber



More information about the R-help mailing list