infl {RGeostats} | R Documentation |
Weight obtained as the polygon of influence
infl(db, name=db.getname(db,"z",1), nodes = NA, origin = NA, extend = NA, dmax = NA, polygon=NA, radix = "Influence", modify.target = db.locmod(), plot=FALSE, flag.grid=FALSE,...)
db |
The |
name |
Each node (of the grid) within a polygon of influence will receive the value of this variable measured at the data point. |
nodes |
Number of nodes of the discretization grid |
origin |
Origin of the discretization grid |
extend |
Extension of the discretization grid |
dmax |
Maximum distance between data and target |
polygon |
Polygon limitating the area where the Influence Polygons must be calculated |
radix |
Radix given to the output weight variable |
modify.target |
Decides whether or not the newly created variables will have their
locator defined or not. For more information, see |
plot |
When TRUE, the result is shown graphically.
|
flag.grid |
When TRUE, the result is the discretized grid. Otherwise, it is the input Data |
... |
List of arguments passed to function |
If flag.grid=FALSE, the input db-class
with a new variable containing the surface of the polygon of influence attached to each sample.
If flag.grid=TRUE, the discretized grid db-class
with a new variable containing the index of the closest sample.