log_spaced {autoMrP} | R 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.
[Package autoMrP version 1.0.6 Index]