Skip to content
Prev 348139 / 398500 Next

qq-Plot function in version 3.1.2.

What do you want?  


	  There is a "qqplot" function in the stats package.  Beyond that, consider the following:  


library(sos)
qqp <- ???qqPlot
# This downloaded 233 links in 96 packages for me just now.  
sum(qqp$Package=='qqPlot') 
# 0 ... i.e., there is no package by that name (and hasn't been one on CRAN, I don't think) 
qqp
# Opens a page in your default browser containing a table, the first entry of which is for a function "qqPlot" in the "EnvStats" package.  


	  Hope this helps.  
	  Spencer