Description Usage Arguments Value
View source: R/abc_worm_estimation_functions.R
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
1 |
min |
minimum value in the sequence |
max |
maximum value in the sequence |
seq.length |
length of the sequence |
numeric vector spanning min and max with n = seq.length entries
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.