R/RcppExports.R

Defines functions Cpp_fwpopsim Cpp_fwpopsim_fixed fwpopsim_fixed_genealogy print_simulation_info

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

Cpp_fwpopsim <- function(G, H0, N0, alpha, mutmodel, SNP, save_gs, progress, trace, ensure_children = FALSE) {
    .Call(`_fwsim_Cpp_fwpopsim`, G, H0, N0, alpha, mutmodel, SNP, save_gs, progress, trace, ensure_children)
}

Cpp_fwpopsim_fixed <- function(G, H0, N0, mutmodel, SNP, save_gs, progress, trace) {
    .Call(`_fwsim_Cpp_fwpopsim_fixed`, G, H0, N0, mutmodel, SNP, save_gs, progress, trace)
}

fwpopsim_fixed_genealogy <- function(G, H0, pop_size, mutmodel, progress, trace, cleanup_haplotypes = TRUE, cleanup_lineages = TRUE, plot = FALSE, all_pairs = FALSE, random_pairs = 0L, continue_to_one_founder = FALSE) {
    .Call(`_fwsim_fwpopsim_fixed_genealogy`, G, H0, pop_size, mutmodel, progress, trace, cleanup_haplotypes, cleanup_lineages, plot, all_pairs, random_pairs, continue_to_one_founder)
}

print_simulation_info <- function(object) {
    invisible(.Call(`_fwsim_print_simulation_info`, object))
}

Try the fwsim package in your browser

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

fwsim documentation built on May 2, 2019, 8:33 a.m.