powered by
Generate multiplicative sequences, or series.
seqLog(from, to, base = 10)
the starting and (maximal) end value of a sequence.
multiplication value.
Starting at from, seq multiplies successively by base until the maximal value is reached. This is useful for generating tick-spacing on log-transformed axes.
from
seq
base
nicePlot, makeLogMinor
nicePlot
makeLogMinor
# NOT RUN { #Sequence suitable for log base 10 labels seqLog(1E-5, 1E5) #Sequence suitable for log base 2 labels seqLog(2, 128,base=2) # }
Run the code above in your browser using DataLab