wbt_smooth_vectors: Smooth vectors

Description Usage Arguments Value

View source: R/gis_analysis.R

Description

Smooths a vector coverage of either a POLYLINE or POLYGON base ShapeType.

Usage

1
wbt_smooth_vectors(input, output, filter = 3, wd = NULL, verbose_mode = FALSE)

Arguments

input

Input vector POLYLINE or POLYGON file.

output

Output vector file.

filter

The filter size, any odd integer greater than or equal to 3; default is 3.

wd

Changes the working directory.

verbose_mode

Sets verbose mode. If verbose mode is False, tools will not print output messages.

Value

Returns the tool text outputs.


whitebox documentation built on Sept. 7, 2020, 3 p.m.