toString.mcmcOptions {RBaM}R Documentation

mcmcOptions to string

Description

Convert an object of class 'mcmcOptions' into a ready-to-write vector of string

Usage

## S3 method for class 'mcmcOptions'
toString(x, ...)

Arguments

x

mcmcOptions object, object to be converted.

...

Optional arguments.

Value

A string ready to be printed or written.

Examples

toString(mcmcOptions())

[Package RBaM version 1.0.1 Index]