log_spaced: Sequence that is equally spaced on the log scale

View source: R/utils.R

log_spacedR Documentation

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)

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.

Value

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


autoMrP documentation built on Aug. 17, 2023, 5:07 p.m.