Skip to content
Prev 359786 / 398503 Next

question about probplot in e1071 package

Hello!

I am using probplot in the e1071 package and want to do something like the
following, only with the the 2nd plot overlaying the first. I can't seem to
make it work. Any suggestions?

*library(e1071)
**x <- rnorm(100, mean=5)*

*y <- rnorm(100, mean=3)*

*probplot(x, line=FALSE)
*

*probplot(y, line=FALSE)
*

*Regards,*
*Tom*