Learn R Programming

RBaM (version 1.1.1)

toString.mcmcOptions: mcmcOptions to string

Description

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

Usage

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

Value

A string ready to be printed or written.

Arguments

x

mcmcOptions object, object to be converted.

...

Optional arguments.

Examples

Run this code
toString(mcmcOptions())

Run the code above in your browser using DataLab