Learn R Programming

gsDesignTune (version 0.1.0)

tune_seq: Numeric sequence candidates

Description

Numeric sequence candidates

Usage

tune_seq(from, to, length_out)

Value

A gstune_spec object.

Arguments

from, to

Numeric scalars.

length_out

Integer scalar, the number of candidates.

Examples

Run this code
tune_seq(0.55, 0.75, length_out = 5)

Run the code above in your browser using DataLab