log_spaced | R Documentation |
Sequence that is equally spaced on the log scale
log_spaced(min, max, n)
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. |
Returns a numeric vector with length specified in argument n
.
The vector elements are equally spaced on the log-scale.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.