exp_seq: Log-distributed sequence

Description Usage Arguments Value

View source: R/abc_worm_estimation_functions.R

Description

Functions just like 'seq' but evenly distributes values across the full range rather than for instance 'seq(0.000001, 10000, length.out = 100)' returning values that are all >100

Usage

1
exp_seq(min, max, seq.length)

Arguments

min

minimum value in the sequence

max

maximum value in the sequence

seq.length

length of the sequence

Value

numeric vector spanning min and max with n = seq.length entries


cmhoove14/SchistoDynAgg documentation built on Dec. 14, 2021, 2:12 p.m.