print: The printing family of functions

Description Usage Arguments Author(s) See Also

Description

The printing family of functions for this package.

Usage

1
2
3
4
5
6
## S3 method for class 'EMC'
print(x, ...)
## S3 method for class 'EMCMaxTemper'
print(x, ...)
## S3 method for class 'EMCPlaceTempers'
print(x, ...)

Arguments

x

an object inheriting from class EMC (generated by functions randomWalkMetropolis, MetropolisHastings, parallelTempering and evolMonteCarlo), EMCMaxTemper (generated by function findMaxTemper) or EMCPlaceTempers (generated by function placeTempers).

...

optional arguments passed to print.default; see its documentation.

Author(s)

Gopi Goswami goswami@stat.harvard.edu

See Also

randomWalkMetropolis, MetropolisHastings, parallelTempering, evolMonteCarlo, findMaxTemper, placeTempers


EMC documentation built on May 2, 2019, 5:11 a.m.

Related to print in EMC...