Skip to content
Prev 345593 / 398502 Next

qq-plot in R

Hello, ron,

have you looked at the help page of qqplot and consequently tried, e.g., 
the following?

xy <- qqplot( rt(300, df = 5), rt(300, df = 5),
               xlim = c(-10, 10), ylim = c(0, 10))
str( xy)



Hth  --  Gerrit
On Tue, 11 Nov 2014, Ron Michael wrote: