R/RcppExports.R

Defines functions fscale propdiff_betw_matrices mad_betw_matrices rmsd_betw_matrices .corr_betw_matrices_unpaired_all .corr_betw_matrices_unpaired_bestpairs .corr_betw_matrices_unpaired_bestright .corr_betw_matrices_paired

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

.corr_betw_matrices_paired <- function(x, y) {
    .Call(`_lineup2_corr_betw_matrices_paired`, x, y)
}

.corr_betw_matrices_unpaired_bestright <- function(x, y) {
    .Call(`_lineup2_corr_betw_matrices_unpaired_bestright`, x, y)
}

.corr_betw_matrices_unpaired_bestpairs <- function(x, y, corr_threshold) {
    .Call(`_lineup2_corr_betw_matrices_unpaired_bestpairs`, x, y, corr_threshold)
}

.corr_betw_matrices_unpaired_all <- function(x, y) {
    .Call(`_lineup2_corr_betw_matrices_unpaired_all`, x, y)
}

rmsd_betw_matrices <- function(x, y) {
    .Call(`_lineup2_rmsd_betw_matrices`, x, y)
}

mad_betw_matrices <- function(x, y) {
    .Call(`_lineup2_mad_betw_matrices`, x, y)
}

propdiff_betw_matrices <- function(x, y) {
    .Call(`_lineup2_propdiff_betw_matrices`, x, y)
}

fscale <- function(x, y) {
    .Call(`_lineup2_fscale`, x, y)
}
kbroman/lineup2 documentation built on May 16, 2023, 12:18 p.m.