TrajLogSequence: Logarithmically spaced sequence

View source: R/fractal.R

TrajLogSequenceR 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

seq


trajr documentation built on July 9, 2023, 6:03 p.m.