seq_log.RdGenerates a numeric sequence with a specific length spaced equally in an logarithm scale.
seq_log(from, to, length_out, base = 10L)
| from, to | starting (minimal) and end (maximal) values fo the sequence |
|---|---|
| length_out | desired length of the sequence |
| base | logarithm scale base for which the data is spaced |