coda (version 0.10-1)

coda.options: Options settings for the codamenu driver

Description

coda.options is a utility function that queries and sets options for the codamenu() function. These settings affect the behaviour of the functions in the coda library only when they are called via the codamenu() interface. The coda.options() function behaves just like the options() function in the base library, with the additional feature that coda.options(default=TRUE) will reset all options to the default values. Options can be pretty-printed using the display.coda.options() function, which groups the options into sections. Available options are [object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object]

Usage

coda.options(...)
display.coda.options(data = FALSE, stats = FALSE, plots = FALSE, diags = FALSE)
.Coda.Options
.Coda.Options.Default

Arguments

data
logical flag: show data options?
stats
logical flag: show summary statistic options?
plots
logical flag: show plotting options?
diags
logical flag: show plotting options?
...
list of options

See Also

options