R/RcppExports.R

Defines functions .dmat .dmatex .rviss .dtotal .bestswap .bestswap2

# This file was generated by Rcpp::compileAttributes
# Generator token: 10BE3573-1514-4C36-9D1C-5A225CD40393

.dmat <- function(x1, x2, y1, y2) {
    .Call('tbart_dmat', PACKAGE = 'tbart', x1, x2, y1, y2)
}

.dmatex <- function(x1, x2, y1, y2, pwr) {
    .Call('tbart_dmatex', PACKAGE = 'tbart', x1, x2, y1, y2, pwr)
}

.rviss <- function(dm, ss) {
    .Call('tbart_rviss', PACKAGE = 'tbart', dm, ss)
}

.dtotal <- function(dm, ss) {
    .Call('tbart_dtotal', PACKAGE = 'tbart', dm, ss)
}

.bestswap <- function(dm, ins, outs) {
    .Call('tbart_bestswap', PACKAGE = 'tbart', dm, ins, outs)
}

.bestswap2 <- function(dm, ins, outs, n_force) {
    .Call('tbart_bestswap2', PACKAGE = 'tbart', dm, ins, outs, n_force)
}

Try the tbart package in your browser

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

tbart documentation built on May 2, 2019, 2:49 p.m.