logspace: Generate linear log space

logspaceR Documentation

Generate linear log space

Description

This function generates n points with equal space in log scale

Usage

logspace(x1, x2, log_type = "log10", n = 50)

Arguments

x1

The start point

x2

The end point

log_type

The type of log scale. "log10" is for log10(), "ln" is for natural log()

n

The number of points to be generated

Value

An array of n points with equal space in log scale


wltcwpf/hvsrProc documentation built on March 25, 2024, 7 p.m.