rsaga.inverse.distance(in.shapefile, out.grid, field, power = 1, maxdist, nmax = 100, target, env = rsaga.env(), ...)
rsaga.nearest.neighbour(in.shapefile, out.grid, field, target, env = rsaga.env(), ...)
rsaga.modified.quadratic.shephard(in.shapefile, out.grid, field, quadratic.neighbors = 13, weighting.neighbors = 19, target, env = rsaga.env(), ...)
rsaga.triangulation(in.shapefile, out.grid, field, target, env = rsaga.env(), ...)
.shp
).Inf
nmax=Inf
is a valid value (no upper limit)rsaga.target
.rsaga.env
, required because module(s) depend(s) on SAGA versionrsaga.geoprocessor
, including the env
RSAGA geoprocessing environment.grid_gridding
SAGA GIS library. They do not support SAGA GIS 2.0.4, which differs in some argument names and parameterizations. Target grid parameterization by grid file name currently doesn't work with SAGA GIS 2.1.0 Release Candidate 1 (see also rsaga.target
); stay tuned for future updates and fixes.
rsaga.target
; idw
in package gstat
.