Description Usage Arguments Value Author(s) See Also
View source: R/Isobole_gridRefinementAlgorithm.R
Interpolate grid values and run contourLines to obtain isobole path
1 | get_isobole_path(grid, gridmin, gridmax, gridlen_i, objvalue = 0.95)
|
grid |
data.table with colums (x,y,evaluatedCum, objvalueCum) and others |
gridmin, gridmax |
General grid parameters: Vectors with names x and y c(x = 0, y = 0) |
gridlen_i |
Grid lengths of iteration i: c(x = 40, y = 40) |
objvalue |
Height of the countour line, for 95% objvalue 95 |
list with a data.table with columns (xp,yp), the nodes of the isobole path, and a logical variable outsideGrid to indicate if the isobole is out of the defined grid
Daniel Lill, IntiQuan daniel.lill@intiquan.com
Other Grid refinement functions for isoboles:
arrange_isobole_internal()
,
fastIsoboles_iteration0()
,
fastIsoboles_iteration()
,
fastIsoboles()
,
get_gridlens()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.