Skip to content
Back to formatted view

Raw Message

Message-ID: <CAGxgkWgrHJSEtNXmSJudsJYSYTd-TPfZ0uk=fGapKqZFsDGH_w@mail.gmail.com>
Date: 2016-04-04T15:19:53Z
From: Thomas Adams
Subject: 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*

	[[alternative HTML version deleted]]