print.pattW {prefmod} | R Documentation |
Print method for objects of class pattW
.
## S3 method for class 'pattW': print(x, ...)
x |
Object of class pattW . |
... |
Further arguments to be passed to or from other methods. They are ignored in this function. |
This print method prints the output from link{patt.worth}
.
Reinhold Hatzinger
data(salad) res<-pattR.fit(salad, nitems=4) wres<-patt.worth(res) print(wres)