View source: R/yield_monitor.R
pa_make_vehicle_polygons | R Documentation |
Make vehicular polygons for yield monitor observations
pa_make_vehicle_polygons(
points,
swath,
distance,
angle = NULL,
cores = 1L,
verbose = FALSE
)
points |
a vector of points |
swath |
a vector containing the swath of the vehicle in meters |
distance |
a vector containing the distance traveled by the vehicle in meters |
angle |
a vector containing the angle of the vehicle's trajectory. If not supplied, the function will attempt to estimate the trajectory angle using the geographical information contained in the georeferenced points/ |
cores |
the number of cores used in the operation |
verbose |
whether to print operation details |
This function will create vehicular polygons based on the distance between points, angle of the vehicle's trajectory, and swath.
an sf object
Caio dos Santos and Fernando Miguez
## for examples, see vignette pacu
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.