optionsCoCo {CoCoRaw}R Documentation

Options settings for CoCo objects

Description

Allow the user to set and examine a variety of "options" for each CoCo object which affect the way in which CoCo and CoCoCg computes and displays its results.

Usage

optionsCoCo(..., section = "all", status = FALSE, force.files = FALSE,
            data = NULL, object = .object.of.thing(data = data))

Arguments

... Any options can be defined, using 'name = value', similar to options. Further, 'options('name') == options()['name']', see the example. Those from the section "cg" are only avaliable in CoCoCg.
section The character string "formats", "tests", "ips", "cg", "em", "exact", "other", or "files".
status Logical, if status is TRUE, then the options values are also print on standard output.
force.files Logical. If section is "all" (default), then the options for files (names, etc.) are only returned if force.files is set to TRUE. ( You do not want to share file names between CoCo objects. )
data See exportCoCo.
object See exportCoCo.

Details

Value

A list with the following items:

width int 127
height int 65
...
warnings logi TRUE

Formats

Tests

Ips

Cips

Cg

Em

Exact

Other

Files

Author(s)

Jens Henrik Badsberg

References

Badsberg, J.H.: A guide to CoCo, JSS, 2001 ( http://www.jstatsoft.org/v06/i04/ ) and Badsberg, J.H.: Xlisp+CoCo, Aalborg University, 1996.

See Also

options and showOptions.

Examples

library(CoCoCg);
data(Rats);
CoCoObject <- makeCoCoCg();

old.options <- optionsCoCo();

enterDataFrame(Rats, object = CoCoObject);

endCoCo(object = CoCoObject);

[Package CoCoRaw version 0.1.6.8 Index]