R/RcppExports.R

Defines functions flatten_rect_cor_matrix_cpp flatten_cor_matrix_cpp rank_matrix_cpp

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

rank_matrix_cpp <- function(mat, descending = TRUE, use_abs = FALSE) {
    .Call(`_influential_rank_matrix_cpp`, mat, descending, use_abs)
}

flatten_cor_matrix_cpp <- function(cormat, mrmat = NULL, pmat = NULL, padjmat = NULL, row_names = as.character( c())) {
    .Call(`_influential_flatten_cor_matrix_cpp`, cormat, mrmat, pmat, padjmat, row_names)
}

flatten_rect_cor_matrix_cpp <- function(cormat, mrmat = NULL, pmat = NULL, padjmat = NULL, row_names = as.character( c()), col_names = as.character( c())) {
    .Call(`_influential_flatten_rect_cor_matrix_cpp`, cormat, mrmat, pmat, padjmat, row_names, col_names)
}

Try the influential package in your browser

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

influential documentation built on May 28, 2026, 5:07 p.m.