Nothing
# Generated by using Rcpp::compileAttributes() -> do not edit by hand
# Generator token: 10BE3573-1514-4C36-9D1C-5A225CD40393
S_brute_force <- function(f, alpha, fst = 0) {
.Call('_numberofalleles_S_brute_force', PACKAGE = 'numberofalleles', f, alpha, fst)
}
is_equal <- function(x, y) {
.Call('_numberofalleles_is_equal', PACKAGE = 'numberofalleles', x, y)
}
S_recursive <- function(f, alpha, fst) {
.Call('_numberofalleles_S_recursive', PACKAGE = 'numberofalleles', f, alpha, fst)
}
pr_sum <- function(x1, fx1, x2, fx2) {
.Call('_numberofalleles_pr_sum', PACKAGE = 'numberofalleles', x1, fx1, x2, fx2)
}
weights_cpp <- function(x) {
.Call('_numberofalleles_weights_cpp', PACKAGE = 'numberofalleles', x)
}
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.