logseq: logseq

View source: R/utilities.R

logseqR Documentation

logseq

Description

Function to generate a sequence with log increments

Usage

logseq(from = 1, to = 1, n)

Arguments

from, to

log10 of initial and final points in the sequence

n

step

Value

Sequence with log increments

Author(s)

Oscar Garcia-Cabrejo khaors@gmail.com

Examples

s <- logseq(0, 2, 10)

khaors/pumpingtest documentation built on June 10, 2025, 4:53 a.m.