R/RcppExports.R

Defines functions MCAStep2 MCAStep1 fastPDist

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

fastPDist <- function(Ar, Br) {
    .Call('_CellID_fastPDist', PACKAGE = 'CellID', Ar, Br)
}

MCAStep1 <- function(X) {
    .Call('_CellID_MCAStep1', PACKAGE = 'CellID', X)
}

MCAStep2 <- function(Z, V, Dc) {
    .Call('_CellID_MCAStep2', PACKAGE = 'CellID', Z, V, Dc)
}
cbl-imagine/cellID documentation built on July 24, 2020, 9:35 p.m.