logseq: Get a sequence of logarithmically-spaced numbers

View source: R/misc.R

logseqR Documentation

Get a sequence of logarithmically-spaced numbers

Description

Get a sequence of logarithmically-spaced numbers

Usage

logseq(from, to, n)

Arguments

from

The starting value of the sequence

to

The final value of the sequence

n

How many values of the sequence to output

Value

A sequence of logarithmically-spaced numbers from 'from' to 'to'.


WannabeSmith/sequential.causal documentation built on Sept. 12, 2023, 3:10 p.m.