get_isobole_path: Interpolate grid values and run contourLines to obtain...

Description Usage Arguments Value Author(s) See Also

View source: R/Isobole_gridRefinementAlgorithm.R

Description

Interpolate grid values and run contourLines to obtain isobole path

Usage

1
get_isobole_path(grid, gridmin, gridmax, gridlen_i, objvalue = 0.95)

Arguments

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

Value

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

Author(s)

Daniel Lill, IntiQuan daniel.lill@intiquan.com

See Also

Other Grid refinement functions for isoboles: arrange_isobole_internal(), fastIsoboles_iteration0(), fastIsoboles_iteration(), fastIsoboles(), get_gridlens()


IntiQuan/populationIsoboles documentation built on Jan. 13, 2022, 8:29 p.m.