Learn R Programming

RSEIS (version 2.6-0)

logspace: Logarithm

Description

Logarithmically spaced vector

Usage

logspace(d1, d2, n = n)

Arguments

Value

  • vector

Details

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

Examples

Run this code
f=logspace(1, 25)

Run the code above in your browser using DataLab