R/RcppExports.R

Defines functions bbm2D

Documented in bbm2D

# 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)
}
David-J-R/Sphaira documentation built on Oct. 30, 2019, 5:56 a.m.