R/RcppExports.R

Defines functions getSerialMat serialMat rng recMask

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

recMask <- function(bvec) {
    .Call(`_epinetr_recMask`, bvec)
}

rng <- function(n, seed) {
    .Call(`_epinetr_rng`, n, seed)
}

serialMat <- function(x, filename, append) {
    .Call(`_epinetr_serialMat`, x, filename, append)
}

getSerialMat <- function(filename) {
    .Call(`_epinetr_getSerialMat`, filename)
}

Try the epinetr package in your browser

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

epinetr documentation built on March 18, 2022, 7:01 p.m.