lseq: Distribute points evenly on log-space interval

View source: R/utility_geometry.R

lseqR Documentation

Distribute points evenly on log-space interval

Description

Equivalent of R's 'seq()' function, but then on a log scale. Similar to logscape function in Matlab

Usage

lseq(from, to, ...)

Arguments

from

start of interval

to

end of interval

...

additional arguments to 'seq()' function

Value

array with values


GJMeijer/soilmech documentation built on May 22, 2022, 10:39 a.m.