plot objects of class pmatrix.class.
 Graphic display of the checks of pmatrix. 
 One graph for each item plotting the rows of the P(++) matrix and rows of the P(--) matrix.
 If nonintersection holds the lines in the plots of the P(++) matrix must be nondecreasing
 and the lines in the plots of the P(--) matrix nust be nonincreasing.## S3 method for class 'pmatrix.class':
plot(x, items = all, pmatrix="both", ask=TRUE, ...)check.pmatrix."ppp", "pmm", and "both".
   If pmatrix="ppp", then the P(++) matrix is plotted,
   if pmatrix="pmm", then the P(--) matrix is plotted,
   if pmatrix="both"TRUE (default), then par("ask"=TRUE); i.e., a hard return between subsequent plots is required.
  If FALSE, then par("ask"=FALSE).check.pmatrix, summary.pmatrix.classdata(acl)
Communality <- acl[,1:10]
pmatrix.list <- check.pmatrix(Communality)
plot(pmatrix.list)
summary(pmatrix.list)Run the code above in your browser using DataLab