R/RcppExports.R

Defines functions fast_sim fast_apply_sum_na_rm_T fast_apply_sd_na_rm_T fast_apply_nb_not_na fast_apply_nb_na

Documented in fast_apply_nb_na fast_apply_nb_not_na fast_apply_sd_na_rm_T fast_apply_sum_na_rm_T fast_sim

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

fast_apply_nb_na <- function(X, dim) {
    .Call('_imp4p_fast_apply_nb_na', PACKAGE = 'imp4p', X, dim)
}

fast_apply_nb_not_na <- function(X, dim) {
    .Call('_imp4p_fast_apply_nb_not_na', PACKAGE = 'imp4p', X, dim)
}

fast_apply_sd_na_rm_T <- function(X, dim) {
    .Call('_imp4p_fast_apply_sd_na_rm_T', PACKAGE = 'imp4p', X, dim)
}

fast_apply_sum_na_rm_T <- function(X, dim) {
    .Call('_imp4p_fast_apply_sum_na_rm_T', PACKAGE = 'imp4p', X, dim)
}

fast_sim <- function(prot, mat) {
    .Call('_imp4p_fast_sim', PACKAGE = 'imp4p', prot, mat)
}

Try the imp4p package in your browser

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

imp4p documentation built on Sept. 5, 2021, 5:38 p.m.