jmlondon / pathroutr

R package for routing tracks around barrier polygons
https://jmlondon.github.io/pathroutr/
16 stars 2 forks source link

Fix to `aug_points` argument #21

Closed benjaminhlina closed 1 year ago

benjaminhlina commented 1 year ago

Currently aug_points argument fails based on issue #18 and #13. It appears that the object aug_points is never created. I have amended the function, to allow for aug_points object to be created resulting in fixing these two issues. Let me know if there's any issues with what I have done to support the aug_points argument.