R/zzz.R

Defines functions .onLoad

.onLoad <- function(libname, pkgname) {
    k <- x <- a <- b <- y <- NULL ## defeat visible-binding checks
    drule[["NBconst"]] <- alist(k=dfun(k,x),
                                x=dfun(x,k)+1/x)

    drule[["lbeta"]] <- alist(a=dfun(a,b), b=dfun(b,a))

    drule[["dfun"]] <- alist(x=dfun2(x,y),
                             y=dfun2(y,x))

}

Try the fitode package in your browser

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

fitode documentation built on Oct. 29, 2022, 9:05 a.m.