Learn R Programming

blackbox (version 1.1.46)

preprocessbboptions: Set controls for most functiosn in the package

Description

Preprocesses a list of argument. The return value of this function serves as argument to blackbox.options (see Examples). Providing in this way the information described in the Details section of blackbox.options is essential for further usage of the package functions.

Usage

preprocessbboptions(optionList)

Value

A list, returned invisibly

Arguments

optionList

A list, with named elements, which names will (mostly) match the names of options set by this function

Examples

Run this code
if (FALSE) {
GP <- list(ParameterNames=c("theta_1","theta_2"))
pp <- preprocessbboptions(GP)
do.call(blackbox.options, pp) ## essential
}

Run the code above in your browser using DataLab