exp_seq: Function to generate log transformed sequence evenly...

Description Usage Arguments Value

View source: R/general_helper_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/AgSchistOverlap documentation built on Nov. 18, 2019, 6:56 a.m.