R/RcppExports.R

Defines functions .lightbeam .beam

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

.beam <- function(X, type, ronly, D, verbose = TRUE) {
    .Call('_beam_beam', PACKAGE = 'beam', X, type, ronly, D, verbose)
}

.lightbeam <- function(X, thres, verbose = TRUE) {
    .Call('_beam_lightbeam', PACKAGE = 'beam', X, thres, verbose)
}
gleday/beam documentation built on June 10, 2025, 9:41 a.m.