60-print: Functions for Printing or Summarizing Objects According to...

Description Usage Arguments Details Value Author(s) References See Also Examples

Description

Several classes are declared in pmclust, and these are functions to print and summary objects.

Usage

1
2
3
4
## S3 method for class 'pmclust'
print(x, ...)
## S3 method for class 'pkmeans'
print(x, ...)

Arguments

x

an object with the class attributes.

...

other possible options.

Details

These are useful functions for summarizing.

Value

The results will cat or print on the STDOUT by default.

Author(s)

Wei-Chen Chen wccsnow@gmail.com and George Ostrouchov.

References

Programming with Big Data in R Website: https://pbdr.org/

See Also

pmclust, pkmeans.

Examples

1
2
3
4
5
6
## Not run: 
library(pmclust, quiet = TRUE)

# Functions applied by directly type the names of objects.

## End(Not run)

pmclust documentation built on Feb. 11, 2021, 5:05 p.m.