R/RcppExports.R

Defines functions cxxreverse_pwave cxxSParentTItable cxxreverse_gvwave cxxreverse_gwave cxxtirtable cxxtitable

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

cxxtitable <- function(sig) {
    .Call('_smashr_cxxtitable', PACKAGE = 'smashr', sig)
}

cxxtirtable <- function(sig) {
    .Call('_smashr_cxxtirtable', PACKAGE = 'smashr', sig)
}

cxxreverse_gwave <- function(estimate, pmat, qmat) {
    .Call('_smashr_cxxreverse_gwave', PACKAGE = 'smashr', estimate, pmat, qmat)
}

cxxreverse_gvwave <- function(estimate, pmat, qmat) {
    .Call('_smashr_cxxreverse_gvwave', PACKAGE = 'smashr', estimate, pmat, qmat)
}

cxxSParentTItable <- function(sig) {
    .Call('_smashr_cxxSParentTItable', PACKAGE = 'smashr', sig)
}

cxxreverse_pwave <- function(estimate, pmat, qmat) {
    .Call('_smashr_cxxreverse_pwave', PACKAGE = 'smashr', estimate, pmat, qmat)
}

Try the smashr package in your browser

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

smashr documentation built on Dec. 16, 2025, 1:07 a.m.