Creates a vector of logarithmicly increasing values between 0 and a specified value `n`.
If `n` is specified as 1, the vector will be scaled to between 0 and 1.
A vector containing logarithmicly increasing values between 0 and a specified value `n`.
Arguments
n
The maximum value that the values in the sequence are scaled to.
ln
How long the vector should be (defaults to 15).
round_values
Option to round values to whole numbers (defaults to `TRUE`).
rmv_extremes
Option to remove zero and the maximum value (i.e. `n`) from the beginning
and the end of the returned vector (defaults to `FALSE`). Note that this will mean the length
of the returned vector will be `n` - 2.