Description Usage Arguments Value Examples
Generate sequence but in log scale. This function takes takes the length of log-sequence and the minimal and
maximal point. It returns the interval between a
and b
divided in log scale.
1 | logseq(a, b, n=8)
|
a |
the smaller value in the interval |
b |
the bigger value in the interval |
n |
the number of intervals to divide a,b into |
a vector of numbers
1 2 | # produces vector c(0.01, 0.1, 1)
logseq(0.01, 1, 3)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.