lseq: Logarithmic sequence generation.

View source: R/utils.R

lseqR Documentation

Logarithmic sequence generation.

Description

Logarithmic sequence generation.

Usage

lseq(from = 1, to = 100, length.out = 51)

Arguments

from

Numeric, the starting values of the sequence.

to

Numeric, the end value of the sequence.

length.out

Numeric, desired length of the sequence.

Value

Vector, the logarithmic sequence.


StevenGolovkine/funestim documentation built on June 15, 2022, 3:42 a.m.