print.demonoid: Print an object of class 'demonoid' to the screen.

View source: R/print.demonoid.R

print.demonoidR Documentation

Print an object of class demonoid to the screen.

Description

This may be used to print the contents of an object of class demonoid to the screen.

Usage

## S3 method for class 'demonoid'
print(x, ...)

Arguments

x

An object of class demonoid is required.

...

Additional arguments are unused.

Details

If the user has an object of class demonoid.hpc, then the print function may still be used by specifying the chain as a component in a list, such as printing the second chain with print(Fit[[2]]) when the demonoid.hpc object is named Fit, for example.

Author(s)

Statisticat, LLC. software@bayesian-inference.com

See Also

Consort, LaplacesDemon, and LaplacesDemon.hpc.

Examples

### See the LaplacesDemon function for an example.

LaplacesDemonR/LaplacesDemon documentation built on April 1, 2024, 7:22 a.m.