Rdocumentation
powered by
Learn R Programming
ddgraph (version 1.16.0)
logseq: Generate sequence in log scale
Description
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.
Usage
logseq(a, b, n=8)
Arguments
a
the smaller value in the interval
b
the bigger value in the interval
n
the number of intervals to divide a,b into
Value
Examples
Run this code
logseq(
0.01
,
1
,
3
)
Run the code above in your browser using
DataLab