log_seq: Generate a log10-linearly spaced sequence

Description Usage Arguments Value

Description

Generates a sequence of n logarithmically spaced points between s and e, inclusive.

Usage

1
log_seq(s, e, n)

Arguments

s

numeric; The sequence starting point.

e

numeric; The sequence ending point.

n

integer; The number of points to be generated.

Value

A numeric vector with n logarithmically spaced points between s and e.


galanisl/NetHypGeom documentation built on May 16, 2019, 5:36 p.m.