# Generated by using Rcpp::compileAttributes() -> do not edit by hand
# Generator token: 10BE3573-1514-4C36-9D1C-5A225CD40393
#' rcpp_clipper
#'
#' upper_layer are the convex hulls of the moveability points;
#' lower_layer are the sf polygons of green spaces
#' @noRd
rcpp_clipper <- function(upper_layer, lower_layer) {
.Call(`_moveability_rcpp_clipper`, upper_layer, lower_layer)
}
#' rcpp_activity_points
#'
#' layer The convex hulls of the moveability polygons
#' @noRd
rcpp_activity_points <- function(layer, points) {
.Call(`_moveability_rcpp_activity_points`, layer, points)
}
#' rcpp_areas
#'
#' layer The convex hulls of the moveability polygons
#' @noRd
rcpp_areas <- function(layer) {
.Call(`_moveability_rcpp_areas`, layer)
}
#' rcpp_get_sp_dists_par
#'
#' @noRd
rcpp_get_sp_dists_par <- function(graph, vert_map_in, fromi, d_threshold) {
.Call(`_moveability_rcpp_get_sp_dists_par`, graph, vert_map_in, fromi, d_threshold)
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.