pmclust (version 0.2-0)

print.object: Functions for Printing or Summarizing Objects According to Classes

Description

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

Usage

# S3 method for pmclust
print(x, ...)
# S3 method for pkmeans
print(x, ...)

Arguments

x

an object with the class attributes.

other possible options.

Value

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

Details

These are useful functions for summarizing.

References

Programming with Big Data in R Website: http://r-pbd.org/

See Also

pmclust, pkmeans.

Examples

Run this code
# NOT RUN {
library(pmclust, quiet = TRUE)

# Functions applied by directly type the names of objects.
# }

Run the code above in your browser using DataLab