R/RcppExports.R

Defines functions Kmatfunc getstatsM1 getstatsM2 getstatsM3

Documented in getstatsM1 getstatsM2 getstatsM3 Kmatfunc

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

Kmatfunc <- function(Markers) {
    .Call(`_GenomicMating_Kmatfunc`, Markers)
}

getstatsM1 <- function(Markers, K, markereffects, P) {
    .Call(`_GenomicMating_getstatsM1`, Markers, K, markereffects, P)
}

getstatsM2 <- function(Markers, K, markereffects, P, markermap, type, generation) {
    .Call(`_GenomicMating_getstatsM2`, Markers, K, markereffects, P, markermap, type, generation)
}

getstatsM3 <- function(Markers, K, markereffects, P) {
    .Call(`_GenomicMating_getstatsM3`, Markers, K, markereffects, P)
}

Try the GenomicMating package in your browser

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

GenomicMating documentation built on May 2, 2019, 6:52 a.m.