Learn R Programming

IsoriX (version 0.7)

options: Setting and displaying the options of the package

Description

Setting and displaying the options of the package

Usage

IsoriX.options(...)

IsoriX.getOption(x)

Arguments

...

A named value or a list of named values. The following values, with their defaults, are used:

example_maxtime

The number of seconds allowed for a given example to run. It is used to control whether the longer examples should be run or not based on the comparison between this option and the approximate running time of the example on our computers.

Ncpu

An integer corresponding to the number of cores to be used (for future version)

dont_ask

A logical indicating if the user prompt during interactive session during plotting must be inactivated (for development purposes only)

x

A character string holding an option name.

Value

The options invisibly in an object called .IsoriX.data$options

Examples

Run this code
# NOT RUN {
IsoriX.options()
IsoriX.getOption("example_maxtime")

# }
# NOT RUN {
IsoriX.options(example_maxtime = 30)
IsoriX.options()
# }

Run the code above in your browser using DataLab