# Generated by using Rcpp::compileAttributes() -> do not edit by hand
# Generator token: 10BE3573-1514-4C36-9D1C-5A225CD40393
#' Beneat-Beyond Method In 2D
#'
#' @export
#'
#' @param coordinateTable
#'
#' @references \insertRef{bbm2D}{Sphaira}
#'
#' @return
#'
#' @examples
#' library(data.table)
#' points <- data.table(x = c(1,4,4,1,2), y = c(1.5,1.5,3.5,3.5,2.5))
#' result <- bbm2D(points)
bbm2D <- function(coordinateTable) {
.Call(`_Sphaira_bbm2D`, coordinateTable)
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.