| print {EMCC} | R Documentation |
The printing family of functions for this package.
## S3 method for class 'EMCC': print(x, ...) ## S3 method for class 'EMCCMaxTemper': print(x, ...) ## S3 method for class 'EMCCPlaceTempers': print(x, ...)
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. |
Gopi Goswami goswami@stat.harvard.edu
evolMonteCarloClustering,
findMaxTemper, placeTempers