makeSteps: Create sequence of integers with increasing step size

Description Usage Arguments

Description

The sequence starts at initialSamplesize and every next element is (at least, due to rounding) increased by stepPerc percent. The last element is always nmax.

Usage

1
makeSteps(nmax, stepPerc = 0.01, initialSamplesize = 10, manValues = NULL)

Arguments

nmax

largest and last value of sequence

stepPerc

every element of the sequence is at least stepPerc percent larger than the preceding one

initialSamplesize

start of the sequence

manValues

manually given values that are added to the sequence even if they do not fit into the step size that is defined by stepPerc


Thie1e/subsetcor documentation built on May 9, 2019, 4:41 p.m.