Description Usage Arguments Details See Also Examples
Generates a sequence of numbers providing minor tick marks on log scaled axes.
1 | makeLogMinor(major)
|
major |
a vector of values giving major tick marks. |
A vector is created according to the following algorithm. For each pair of adjacent values (x1, x2) in major
, the function adds the values (x1, 2*x1, 3*x1, ..., x2) to the vector of return values.
This is useful for generating spacing of minor tick-values on log-transformed axes.
1 2 | #Sequence suitable for log base 10 labels
makeLogMinor(seqLog(1E-5, 1E5))
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.