R/RcppExports.R

Defines functions join_spatiallines_coords_sf coord_matches_sf join_spatiallines_coords coord_matches

# Generated by using Rcpp::compileAttributes() -> do not edit by hand
# Generator token: 10BE3573-1514-4C36-9D1C-5A225CD40393

coord_matches <- function(sldf, tolval = 0.000) {
    .Call('_stplanr_coord_matches', PACKAGE = 'stplanr', sldf, tolval)
}

join_spatiallines_coords <- function(sldf, startx, starty) {
    .Call('_stplanr_join_spatiallines_coords', PACKAGE = 'stplanr', sldf, startx, starty)
}

coord_matches_sf <- function(x, sortedx, sllength, tolval = 0.000) {
    .Call('_stplanr_coord_matches_sf', PACKAGE = 'stplanr', x, sortedx, sllength, tolval)
}

join_spatiallines_coords_sf <- function(lines, startx, starty) {
    .Call('_stplanr_join_spatiallines_coords_sf', PACKAGE = 'stplanr', lines, startx, starty)
}

Try the stplanr package in your browser

Any scripts or data that you put into this service are public.

stplanr documentation built on Sept. 15, 2023, 9:07 a.m.