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", ...)
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"
check.pmatrix
, summary.pmatrix.class
data(acl)
pmatrix.list <- check.pmatrix(acl[,1:10])
plot(pmatrix.list)
summary(pmatrix.list)
Run the code above in your browser using DataLab