Sequence of n exponentially increasing values.

krig_breaks(first, last, n)

Arguments

first, last

Numeric; first and last value of the list.

n

Length of returned value.

Value

A numeric vector of length n.

Examples

out <- krig_breaks(1, 10, 10) plot(out)