Description Usage Arguments Value Author(s) See Also Examples
View source: R/Isobole_gridRefinementAlgorithm.R
Construct a list of grid lenghts
1 | get_gridlens(gridmin, gridmax, imax = 10)
|
gridmin, gridmax |
named vectors |
imax |
Maximum number of iterations |
list of vectors with decreasing gridlengths in powers of two.
Daniel Lill, IntiQuan daniel.lill@intiquan.com
Other Grid refinement functions for isoboles:
arrange_isobole_internal()
,
fastIsoboles_iteration0()
,
fastIsoboles_iteration()
,
fastIsoboles()
,
get_isobole_path()
1 2 3 | gridmin <- c(x = 0, y = 0) + 0.0001
gridmax <- c(x = 10*2^7, y = 0.1*2^7) + 0.0001
populationIsoboles:::get_gridlens(gridmin, gridmax)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.