TrajLogSequence {trajr} | R Documentation |
Logarithmically spaced sequence
Description
Convenience function to return a sequence of points which are regularly spaced when plotted on a logarithmic axis.
Usage
TrajLogSequence(from, to, length.out)
Arguments
from |
Starting value of the sequence. |
to |
End (maximal) value of the sequence. |
length.out |
Desired length of the sequence (non-negative). Rounded up if fractional. |
See Also
[Package trajr version 1.5.1 Index]