Learn R Programming

autoMrP (version 1.0.6)

log_spaced: Sequence that is equally spaced on the log scale

Description

Sequence that is equally spaced on the log scale

Usage

log_spaced(min, max, n)

Value

Returns a numeric vector with length specified in argument n. The vector elements are equally spaced on the log-scale.

Arguments

min

The minimum value of the sequence. A positive numeric scalar (min > 0).

max

The maximum value of the sequence. a positive numeric scalar (max > 0).

n

The length of the sequence. An integer valued scalar.