Filters crop yield values of point data derived from combine harvester yield monitors.
wbt_yield_filter(
input,
yield_field,
pass_field,
output,
width = 6.096,
z_score_threshold = 2.5,
min_yield = 0,
max_yield = 99999.9,
wd = NULL,
verbose_mode = NULL,
compress_rasters = NULL,
command_only = FALSE
)
Returns the tool text outputs.
Name of the input points shapefile.
Name of the attribute containing yield data.
Name of the attribute containing pass line ID.
Name of the output points shapefile.
Pass swath width (m).
Z-score threshold value (default=2.5).
Minimum yield value in output.
Maximum yield value in output.
Changes the working directory. Default: NULL
will use the value in WhiteboxTools settings, see wbt_wd()
for details.
Sets verbose mode. If verbose mode is FALSE
, tools will not print output messages. Default: NULL
will use the value in WhiteboxTools settings, see wbt_verbose()
for details.
Sets the flag used by 'WhiteboxTools' to determine whether to use compression for output rasters. Default: NULL
will use the value in WhiteboxTools settings, see wbt_compress_rasters()
for details.
Return command that would be executed by system()
rather than running tool. Default: FALSE
.