interpolatePathpoints: Interpolate points along a path

Description Usage Arguments Value See Also

View source: R/R-GIS.R

Description

Interpolate points along a path

Usage

1
2
interpolatePathpoints(pathpoints, dens, tolerance.min = 1.2,
  tolerance.max = 50)

Arguments

pathpoints

Path points as they currently exist

dens

inverse density and is in the units of the x and y in pathpoints (e.g. 1 point per density meters)

tolerance.min

The proportion of the density (e.g. 1.2 means we'll fill in gaps 20 size)

tolerance.max

Max tolerance (see tolerance.min )

Value

path with points interpolated

See Also

See Also reshapeSLDF, SLDFtoLine


gsk3/taRifx.geo documentation built on May 17, 2019, 8:56 a.m.