logseq: logseq

Description Usage Arguments Value Author(s) Examples

View source: R/utilities.R

Description

Function to generate a sequence with log increments

Usage

1
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

1
s <- logseq(0, 2, 10)

khaors/pumpingtest documentation built on Nov. 15, 2019, 8:10 p.m.