Learn R Programming

gsDesignTune (version 0.1.0)

tune_int: Integer sequence candidates

Description

Integer sequence candidates

Usage

tune_int(from, to, by = 1)

Value

A gstune_spec object.

Arguments

from, to

Integer scalars.

by

Integer scalar step size.

Examples

Run this code
tune_int(2, 5)

Run the code above in your browser using DataLab