R/RcppExports.R

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

read <- function(data, zero_epsilon = 1.0e-200, symmetric = TRUE, identical_val = FALSE) {
    .Call(`_SFS_read`, data, zero_epsilon, symmetric, identical_val)
}

sfs <- function(matrix, sfs_epsilon = 0, dissimilarity = FALSE, Robinsonian = FALSE, num_sweeps = 4L) {
    .Call(`_SFS_sfs`, matrix, sfs_epsilon, dissimilarity, Robinsonian, num_sweeps)
}

Try the SFS package in your browser

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

SFS documentation built on May 7, 2019, 9:01 a.m.