-
Notifications
You must be signed in to change notification settings - Fork 66
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Issue in documentation #431
Comments
Reference Manual p. 84:
The function does indeed work similar to sf::st_nearest_feature (if id_out = TRUE)
However, the argument section suggests that the function does some sort of splitting, similar to stplanr::route_split()
In my opinion the attribute description for r and p should be something like: |
Heads-up @MTueting I think the issue is fixed now. Please check the code changed in the commit above. Any further issues, please let me know. Many thanks! |
Via email:
I found a small mistake in your reference manual for stplanr: https://cran.r-project.org/web/packages/stplanr/index.html
The argument text of “route_nearest_point” does not match the behaviour of the function.
It says:
A point represented by an sf object the will split the route
However, as this is a replacement for st_nearest_feature there is no splitting involved, right?
The text was updated successfully, but these errors were encountered: