logspace: Logarithm

logspaceR Documentation

Logarithm

Description

Logarithmically spaced vector

Usage

logspace(d1, d2, n = n)

Arguments

d1

lower frequency

d2

upper frequency

n

number of frequencies

Details

generates a row vector of n logarithmically equally spaced points between decades 10^{X1} and10^{X2}

Value

vector

Author(s)

Jonathan M. Lees<jonathan.lees.edu>

Examples


f <- logspace(1, 25)


RSEIS documentation built on Aug. 19, 2023, 5:07 p.m.