print {EMCC}R Documentation

The printing family of functions

Description

The printing family of functions for this package.

Usage

## S3 method for class 'EMCC':
print(x, ...)
## S3 method for class 'EMCCMaxTemper':
print(x, ...)
## S3 method for class 'EMCCPlaceTempers':
print(x, ...)

Arguments

x an object inheriting from class EMCC (generated by function evolMonteCarloClustering), EMCCMaxTemper (generated by function findMaxTemper) or EMCCPlaceTempers (generated by function placeTempers).
... optional arguments passed to print.default; see its documentation.

Author(s)

Gopi Goswami goswami@stat.harvard.edu

See Also

evolMonteCarloClustering, findMaxTemper, placeTempers


[Package EMCC version 1.0 Index]