print.object {pmclust} | R Documentation |
Several classes are declared in pmclust, and these are functions to print and summary objects.
## S3 method for class 'pmclust' print(x, ...) ## S3 method for class 'pkmeans' print(x, ...)
x |
an object with the class attributes. |
... |
other possible options. |
These are useful functions for summarizing.
The results will cat or print on the STDOUT by default.
Wei-Chen Chen wccsnow@gmail.com and George Ostrouchov.
High Performance Statistical Computing (HPSC) Website: http://thirteen-01.stat.iastate.edu/snoweye/hpsc/
Programming with Big Data in R Website: http://r-pbd.org/
## Not run: library(pmclust, quiet = TRUE) # Functions applied by directly type the names of objects. ## End(Not run)