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)
}

Try the beam package in your browser

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

beam documentation built on July 1, 2020, 10:23 p.m.