R/RcppExports.R

Defines functions scov_cpp tcov_cpp

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

tcov_cpp <- function(x, beta) {
    .Call(`_ICSClust_tcov_cpp`, x, beta)
}

scov_cpp <- function(x, m, S_inv, beta) {
    .Call(`_ICSClust_scov_cpp`, x, m, S_inv, beta)
}

Try the ICSClust package in your browser

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

ICSClust documentation built on Sept. 21, 2023, 5:07 p.m.