Learn R Programming

gsDesignTune (version 0.1.0)

tune_choice: Categorical choices

Description

tune_choice() defines a finite set of categorical choices. Each argument in ... is treated as one choice (including functions and other objects).

Usage

tune_choice(...)

Value

A gstune_spec object.

Arguments

...

Candidate values.

Examples

Run this code
tune_choice("A", "B")

Run the code above in your browser using DataLab