Learn R Programming

whitebox (version 2.1.0)

wbt_trend_surface_vector_points: Trend surface vector points

Description

Estimates a trend surface from vector points.

Usage

wbt_trend_surface_vector_points(
  input,
  field,
  output,
  cell_size,
  order = 1,
  wd = NULL,
  verbose_mode = FALSE,
  compress_rasters = FALSE
)

Arguments

input

Input vector Points file.

field

Input field name in attribute table.

output

Output raster file.

cell_size

Optionally specified cell size of output raster. Not used when base raster is specified.

order

Polynomial order (1 to 10).

wd

Changes the working directory.

verbose_mode

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

compress_rasters

Sets the flag used by WhiteboxTools to determine whether to use compression for output rasters.

Value

Returns the tool text outputs.