Learn R Programming

EMC (version 1.0)

print: The printing family of functions

Description

The printing family of functions for this package.

Usage

## S3 method for class 'EMC':
print(x, \dots)
## S3 method for class 'EMCMaxTemper':
print(x, \dots)
## S3 method for class 'EMCPlaceTempers':
print(x, \dots)

Arguments

x
an object inheriting from class EMC (generated by functions randomWalkMetropolis, MetropolisHastings, parallelTempering and evolMonteCarlo), EMCMaxTemper (generated
...
optional arguments passed to print.default; see its documentation.

See Also

randomWalkMetropolis, MetropolisHastings, parallelTempering, evolMonteCarlo, findMaxTemper, placeTempers