R/plot.PP3.R

plot.PP3 <-
function(x, number, main, nbig=10, colvec=1, lab=NULL, ...){

if (missing(number))	{
	if (missing(main))
	    main <- "Projection Index Value Histogram"

	ix3sizeplot(x, main=main, nbig=nbig)
	}
else	{
	if (missing(main))
		main=""
	pdataplot(x, number=number, colvec=colvec, lab=lab, main=main, ...) 
}
}

Try the PP3 package in your browser

Any scripts or data that you put into this service are public.

PP3 documentation built on May 2, 2019, 8:57 a.m.