Learn R Programming

whitebox (version 0.1.0)

extend_vector_lines: Extend vector lines

Description

Extends vector lines by a specified distance.

Usage

extend_vector_lines(input, output, dist, extend = "both ends",
  verbose_mode = FALSE)

Arguments

input

Input vector polyline file.

output

Output vector polyline file.

dist

The distance to extend.

extend

Extend direction, 'both ends' (default), 'line start', 'line end'.

verbose_mode

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

Value

Returns the tool text outputs.