logseq | R Documentation |
Function to generate a sequence with log increments
logseq(from = 1, to = 1, n)
from , to |
log10 of initial and final points in the sequence |
n |
step |
Sequence with log increments
Oscar Garcia-Cabrejo khaors@gmail.com
s <- logseq(0, 2, 10)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.