R/RcppExports.R

Defines functions optimGascuel finalGascuel hoenigC

# This file was generated by Rcpp::compileAttributes
# Generator token: 10BE3573-1514-4C36-9D1C-5A225CD40393

optimGascuel <- function(params, lj, li, pi_, threshold, maxiter) {
    .Call('ALKr_optimGascuel', PACKAGE = 'ALKr', params, lj, li, pi_, threshold, maxiter)
}

finalGascuel <- function(params, lj, li, pi_, threshold, maxiter) {
    .Call('ALKr_finalGascuel', PACKAGE = 'ALKr', params, lj, li, pi_, threshold, maxiter)
}

hoenigC <- function(AAk, FFik, FFiz, threshold, maxiter) {
    .Call('ALKr_hoenigC', PACKAGE = 'ALKr', AAk, FFik, FFiz, threshold, maxiter)
}

Try the ALKr package in your browser

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

ALKr documentation built on May 30, 2017, 7:42 a.m.